small landingpage changes

This commit is contained in:
vincanger 2024-06-05 11:18:00 +02:00
parent 872139434c
commit 225851aaf0

View File

@ -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>
);