From 5fe8484bde72d88680f9d97fa100b50a1e8b5f17 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 14:20:08 +0000 Subject: [PATCH 1/2] 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 7b0fb66..e2f615d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -30,11 +30,11 @@ export default function BlogPage() { brandName="Tiger" navItems={[ { name: "Home", id: "/" }, - { name: "Products", id: "products" }, + { name: "Products", id: "/shop" }, { name: "About", id: "about" }, - { name: "Collections", id: "collections" }, + { name: "Collections", id: "/shop" }, { name: "Contact", id: "contact" }, - { name: "Shop", id: "shop" } + { name: "Shop", id: "/shop" } ]} bottomLeftText="Premium Cup Collection" bottomRightText="hello@tigercups.com" -- 2.49.1 From ec2305f50b345634179bbb3ba2258aebf9897790 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 14:20:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f972204..dc14e7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,11 +30,11 @@ export default function TigerCupsPage() { -- 2.49.1