From 977d604070492749bd1dbb8469140cc24028f641 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 12:47:53 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d33bb43..14c702d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -36,12 +36,12 @@ export default function ShopPage() { brandName="Alisa" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "products" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Order Now", href: "products" }} + button={{ text: "Order Now", href: "/shop" }} />
@@ -52,7 +52,7 @@ export default function ShopPage() { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ] @@ -97,12 +97,12 @@ export default function ShopPage() { brandName="Alisa" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "products" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Order Now", href: "products" }} + button={{ text: "Order Now", href: "/shop" }} />
@@ -121,7 +121,7 @@ export default function ShopPage() { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ]