From 5cd35a8ce165cc84384389c462d973e730c8ac05 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 06:50:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 434 +++++++++++------------------------------------ 1 file changed, 95 insertions(+), 339 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 525a88a..a3249d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,60 +2,49 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Car, Briefcase, Sparkles } from "lucide-react"; export default function LandingPage() { return (