From 87b44b273cbe5beb7d360ad5d0a571ea0649341d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 21:12:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 466b97f..aceda63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; export default function LandingPage() { return ( @@ -57,6 +58,16 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file