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 (