From 4d9110eafef368838f379b8fa4760d64f7ca9e9e Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 09:01:24 +0000 Subject: [PATCH] Bob AI: change testimonial section to a different one I do... --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8064b70..0ae0f9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Sparkles, Mail } from "lucide-react"; +import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack'; export default function LandingPage() { return ( @@ -162,6 +163,10 @@ export default function LandingPage() { /> +
+ +
+