diff --git a/src/app/page.tsx b/src/app/page.tsx index a1acf72..62adc4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,38 +2,37 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Shield, Zap, Coffee, Mail } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { Coffee, Zap, Target, Mail } from "lucide-react"; export default function LandingPage() { return (