From 41ab83d78de55031157b00ba28d70b5eadc8353b Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 20:19:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93ed0f0..c2fd0b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; -import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; @@ -196,63 +196,58 @@ export default function LandingPage() {
-