TL

Simple SAAS Landing Page

Simple SAAS Landing page for your next SAAS idea

Simple SAAS Landing Page

Copy the below code into `page.tsx`


import Navbar from './components/navbar'
import Main from './components/Main'
import Footer from './components/footer'

export default function Home () {
  return (
    <div className='flex justify-center items-center flex-col '>
      <Navbar />
      <Main />
      <Footer />
    </div >
  )
}
BYTECODE

crafted by mahendra