From 274d84a532fdc65e5729416000504c8f90455d5c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 09:54:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 306 ++++++++++++++--------------------------------- 1 file changed, 91 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f0dadc..2608715 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,8 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -26,226 +26,102 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1