From ee0399cc179dc91243e78f524db41c9d02034f05 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:03:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f54e995..c52e5ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; export default function LandingPage() { return ( @@ -36,6 +37,7 @@ export default function LandingPage() { { name: "Products", id: "products" }, { name: "Features", id: "features" }, { name: "Testimonials", id: "testimonials" }, + { name: "Feedback", id: "feedback" }, { name: "Contact", id: "contact" }, ]} brandName="Nannu Milk" @@ -116,6 +118,19 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1