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() { /> +