diff --git a/src/app/page.tsx b/src/app/page.tsx index 6822fb4..9c1e863 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Car, Wrench, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -29,371 +30,126 @@ export default function LandingPage() { >
-
-
-
-
-
-
-
); -} +} \ No newline at end of file