From b9f5d3b6d2be1d98d879ae993eae16c9a697d002 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:13:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3bc737..87d36a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; export default function LandingPage() { return ( @@ -157,30 +157,21 @@ export default function LandingPage() {
-
@@ -213,4 +204,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1