From 43c070c7488c77422ea1af3a620fa8602cbd78fb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 10:01:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c651c75..3ef7f07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; export default function LandingPage() { return ( @@ -37,6 +38,8 @@ export default function LandingPage() { name: "About", id: "features"}, { name: "Reviews", id: "testimonials"}, + { + name: "Payment", id: "payment"}, { name: "Contact", id: "contact"}, ]} @@ -113,6 +116,16 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1