From aeefaddf9998f95db3a7f88df128392cf99893c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 22:04:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c68f07b..1d2beb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; +import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack'; export default function LandingPage() { return ( @@ -84,22 +84,21 @@ export default function LandingPage() {
- + > + {/* Sticky scroll integration point */} +
+
01 CALL — Scoperta e obiettivi.
+
02 PLAN — Strategia e moodboard.
+
03 CREATE — Produzione e delivery.
+
+
@@ -151,4 +150,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1