diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6e8f003..1219b5d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,7 +37,7 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, - { name: "Products", id: "/#products" }, + { name: "Testimonials", id: "/#testimonials" }, { name: "Contact", id: "/#contact" } ]} @@ -87,7 +87,7 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, - { name: "Products", id: "/#products" }, + { name: "Testimonials", id: "/#testimonials" }, { name: "Contact", id: "/#contact" } ]} @@ -130,4 +130,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file