From 629dd183ab22e3efbc4b3c763b7dcf05cf7802ee Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 19:11:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a362275..aecfe33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { const handleCall = () => { @@ -116,15 +116,16 @@ export default function LandingPage() {
-
@@ -158,4 +159,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1