From c00fc0ecce7cc555246350402f9be5da131e61af Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:22:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7299647..91a4f79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import AboutMetric from '@/components/sections/about/AboutMetric'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSimple from '@/components/sections/footer/FooterSimple'; @@ -137,7 +137,7 @@ export default function LandingPage() {
-
@@ -263,4 +261,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1