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