diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 94fc3f9..e61ded0 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -48,8 +48,8 @@ function ShopPageContent() {
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" }] },
],
};
@@ -69,7 +69,7 @@ function ShopPageContent() {
headingFontWeight="semibold"
>
-
+
@@ -99,7 +99,7 @@ function ShopPageContent() {
headingFontWeight="semibold"
>
-