From eb2d3fd2d6972825d83b6fee7e53737630faaaca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 16:15:20 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index feeb7b3..635258d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -81,8 +81,8 @@ function ProductPageContent({ params }: ProductPageProps) { const footerProps = { logoText: "CodeWave", columns: [ - { items: [{ label: "About Us", href: "about" }, { label: "Our Team", href: "team" }, { label: "Activities", href: "activities" }] }, - { items: [{ label: "FAQ", href: "faq" }, { label: "Join Now", href: "faq" }] }, + { items: [{ label: "About Us", href: "/#about" }, { label: "Our Team", href: "/#team" }, { label: "Activities", href: "/#activities" }] }, + { items: [{ label: "FAQ", href: "/#faq" }, { label: "Join Now", href: "/#faq" }] }, { items: [{ label: "Discord", href: "https://discord.gg/yourclub" }, { label: "GitHub", href: "https://github.com/yourclub" }] }, ], }; @@ -102,7 +102,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="semibold" > -