From 6722de6ab5536d2acc36662a77fdd3accfd4e046 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:58:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f62768f..13ba4d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView'; export default function LandingPage() { return ( @@ -63,17 +64,15 @@ export default function LandingPage() {
-