From 06511cb18c7f728f5c56bddf6ee33c5ee1f38201 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:27:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6cbb3f..e25b015 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, CheckCircle, Settings, Users } from "lucide-react"; export default function LandingPage() { @@ -104,20 +104,18 @@ export default function LandingPage() {
-
-- 2.49.1