From 8525b7eb29f5879263a8b2ae242b7f3fc6b67942 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 15:06:22 +0000 Subject: [PATCH 1/2] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9d1c0cb..38f07a5 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,12 +29,12 @@ export default function BlogPage() { brandName="Zayia" navItems={[ { name: "Home", id: "/" }, - { name: "Products", id: "products" }, + { name: "Products", id: "/shop" }, { name: "About", id: "about" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Order Now", href: "products" }} + button={{ text: "Order Now", href: "/shop" }} /> {isLoading ? ( From c46d001787c3ff2745e26c05f1ba49790e49dc99 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 15:06:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60d51a4..0b5718e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,13 +32,13 @@ export default function LandingPage() { brandName="Zayia" navItems={[ { name: "Home", id: "hero" }, - { name: "Products", id: "products" }, + { name: "Products", id: "/shop" }, { name: "About", id: "about" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} button={{ - text: "Order Now", href: "products" + text: "Order Now", href: "/shop" }} /> @@ -55,7 +55,7 @@ export default function LandingPage() { ]} avatarText="Trusted by 500+ happy customers" buttons={[ - { text: "Shop Now", href: "products" }, + { text: "Shop Now", href: "/shop" }, { text: "Learn More", href: "about" } ]} /> @@ -230,7 +230,7 @@ export default function LandingPage() { useInvertedBackground="invertDefault" buttons={[ { text: "Contact Us", href: "#" }, - { text: "Shop Now", href: "products" } + { text: "Shop Now", href: "/shop" } ]} />