From 419fbfa57d7a8966d9b0499914fb8d7606284948 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 23:33:51 +0000 Subject: [PATCH 1/5] 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 f6e02b8..0440eac 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -27,7 +27,7 @@ export default function BlogPage() { +
+ +
+
); -} \ No newline at end of file +} -- 2.49.1 From 48e5a3bab02906235b0691abd1df6ba1f3f95fee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 23:33:53 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 0d589dc..d07c973 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -84,15 +84,14 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -105,7 +104,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Navigation", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#testimonials" } @@ -153,15 +152,14 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -182,7 +180,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Navigation", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#testimonials" } @@ -229,15 +227,14 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -283,7 +280,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Navigation", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#testimonials" } @@ -311,4 +308,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} -- 2.49.1 From 02c367112d76a3ab6fdd52314845740dc5521f8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 23:33:54 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 82828aa..e881df2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,15 +37,14 @@ export default function ShopPage() {
@@ -58,7 +57,7 @@ export default function ShopPage() { columns={[ { title: "Navigation", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#testimonials" } @@ -105,15 +104,14 @@ export default function ShopPage() {
@@ -134,7 +132,7 @@ export default function ShopPage() { columns={[ { title: "Navigation", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#testimonials" } @@ -162,4 +160,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} -- 2.49.1