Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Work", id: "features" },
|
||||
{ name: "Skills", id: "metrics" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
bottomLeftText="Developer & Creator"
|
||||
bottomRightText="hello@hofcoral.dev"
|
||||
@@ -141,8 +140,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Work", id: "features" },
|
||||
{ name: "Skills", id: "metrics" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
bottomLeftText="Developer & Creator"
|
||||
bottomRightText="hello@hofcoral.dev"
|
||||
@@ -199,8 +197,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Work", id: "features" },
|
||||
{ name: "Skills", id: "metrics" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
bottomLeftText="Developer & Creator"
|
||||
bottomRightText="hello@hofcoral.dev"
|
||||
@@ -258,4 +255,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user