diff --git a/src/app/page.tsx b/src/app/page.tsx index b543819..73a3377 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,35 +2,35 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Scissors, Star, Users } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { Scissors, Star, Users, CheckCircle, Clock, MapPin } from "lucide-react"; export default function LandingPage() { return (