diff --git a/src/app/page.tsx b/src/app/page.tsx index 43469bf..561ff10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Phone, CheckCircle, Zap, Star } from "lucide-react"; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Phone, Star, CheckCircle, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -51,40 +51,31 @@ export default function LandingPage() {
-
-