From 47589cf6afeac679ac7bc088434daa8e96869675 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:43:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa1cf58..cb5dff1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; @@ -161,39 +161,21 @@ export default function LandingPage() {
-
-- 2.49.1