From 060622ea79b620378ffb8823916f4064f1e951d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 01:21:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 48 ++++++++++++++---------------------------------- 1 file changed, 14 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 326be96..e113a25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDash import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -169,9 +168,9 @@ export default function LandingPage() {
- -
- -
); -} +} \ No newline at end of file -- 2.49.1