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