diff --git a/src/app/page.tsx b/src/app/page.tsx index b9d8cf9..211b64d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Phone } from "lucide-react"; export default function LandingPage() { @@ -29,192 +29,70 @@ export default function LandingPage() {