Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -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"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered {...navbarProps} />
|
||||
</div>
|
||||
<div id="loading-state" data-section="loading-state">
|
||||
@@ -133,7 +133,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered {...navbarProps} />
|
||||
</div>
|
||||
<div id="not-found-state" data-section="not-found-state">
|
||||
@@ -171,7 +171,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered {...navbarProps} />
|
||||
</div>
|
||||
<div id="productDetailCard" data-section="productDetailCard">
|
||||
|
||||
Reference in New Issue
Block a user