mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-04-11 05:19:04 +02:00
small landingpage changes
This commit is contained in:
parent
872139434c
commit
225851aaf0
@ -9,21 +9,14 @@ import Footer from './Footer';
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<div className='bg-white dark:text-white dark:bg-boxdark-2'>
|
||||
{/* Header */}
|
||||
<Header />
|
||||
<main className='isolate dark:bg-boxdark-2'>
|
||||
{/* Hero section */}
|
||||
<Hero />
|
||||
{/* Clients section */}
|
||||
<Clients />
|
||||
{/* Feature section */}
|
||||
<Feature />
|
||||
{/* Testimonial section */}
|
||||
<Testimonial />
|
||||
{/* FAQ */}
|
||||
<Faq />
|
||||
</main>
|
||||
{/* Footer */}
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user