From e2680e77f6d162dda8dcd0bc6921bcffd8e2d326 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 4 Jan 2026 20:58:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7ef443..1483bdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwent import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Star, Heart, Home, Mountain, Sparkles, Crown, Linkedin, Globe } from "lucide-react"; @@ -280,7 +280,7 @@ export default function LandingPage() {
-