From d5e7aa2c51e731a1426107494f25ea074d6f2d2c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 18:45:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4e8648..25567cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -167,21 +167,20 @@ export default function LandingPage() {
- -- 2.49.1