From 80db5bebcbd048c3bb17834a17b6ebc896a40bbc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:10:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1a8fa0..bf022c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Award, CheckCircle, Zap } from "lucide-react"; export default function LandingPage() { @@ -100,19 +100,16 @@ export default function LandingPage() {
-
@@ -174,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file