From d34f4f0c80bb2258de7571e0886c2fac2daf6eb2 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 12:47:51 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d9d8c5e..b9d9803 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,12 +29,12 @@ export default function BlogPage() { 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" }} /> @@ -63,7 +63,7 @@ export default function BlogPage() { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ]