From b6fa6b420b0c87d532bebd91b378cd786c406880 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:49:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2b840c..1849de5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; import { Award, CheckCircle, Download, Droplet, ListChecks, ShieldCheck, Star, Wrench, Hammer } from "lucide-react"; @@ -122,19 +122,18 @@ export default function LandingPage() {
-