diff --git a/src/app/page.tsx b/src/app/page.tsx index af9a4af..146be79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Users, Truck, Wrench, ShieldCheck, TrendingUp, Mail } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,18 +31,9 @@ export default function LandingPage() {