From 0267df20253d3ed8c4e68758adfed04a8c27ef7f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:47:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc267c0..6ccd96d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; export default function LandingPage() { return ( @@ -29,25 +30,15 @@ export default function LandingPage() { @@ -56,66 +47,37 @@ export default function LandingPage() {
+
+ +
+
@@ -233,25 +150,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file