From 427467dcb106d3ae716b8dd5e8da93eabc06f8ab Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 19:07:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0cf943..f1c70c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; export default function LandingPage() { const handleCall = () => { @@ -98,6 +99,20 @@ export default function LandingPage() { /> +
+ +
+
); -} \ No newline at end of file +} -- 2.49.1