diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a40da3..5d0ae19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,3 +1,235 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Calendar, Car, Droplet, Home, Leaf, Sparkles, CarFront } from "lucide-react"; + +export default function LandingPage() { + return ( + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+