From 3593da462474723fe27ce71e3cf89592f7ed82ce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 12:12:10 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index fa2bf44..b660743 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -50,7 +50,7 @@ export default function ShopPage() { columns={[ { title: "Content", items: [ - { label: "Articles", href: "#blog" }, + { label: "Articles", href: "/blog" }, { label: "Featured", href: "#featured" }, { label: "Categories", href: "#" }, { label: "Archive", href: "#" } @@ -58,7 +58,7 @@ export default function ShopPage() { }, { title: "Connect", items: [ - { label: "Newsletter", href: "#newsletter" }, + { label: "Newsletter", href: "newsletter" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Email", href: "mailto:hello@myblog.com" } @@ -66,9 +66,9 @@ export default function ShopPage() { }, { title: "About", items: [ - { label: "About Me", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Collaborate", href: "#contact" }, + { label: "About Me", href: "about" }, + { label: "Contact", href: "contact" }, + { label: "Collaborate", href: "contact" }, { label: "Advertise", href: "#" } ] }, @@ -129,7 +129,7 @@ export default function ShopPage() { columns={[ { title: "Content", items: [ - { label: "Articles", href: "#blog" }, + { label: "Articles", href: "/blog" }, { label: "Featured", href: "#featured" }, { label: "Categories", href: "#" }, { label: "Archive", href: "#" } @@ -137,7 +137,7 @@ export default function ShopPage() { }, { title: "Connect", items: [ - { label: "Newsletter", href: "#newsletter" }, + { label: "Newsletter", href: "newsletter" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Email", href: "mailto:hello@myblog.com" } @@ -145,9 +145,9 @@ export default function ShopPage() { }, { title: "About", items: [ - { label: "About Me", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Collaborate", href: "#contact" }, + { label: "About Me", href: "about" }, + { label: "Contact", href: "contact" }, + { label: "Collaborate", href: "contact" }, { label: "Advertise", href: "#" } ] }, @@ -165,4 +165,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}