Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-20 07:53:40 +00:00
parent 0682a40fd7
commit 49f3b63f00

View File

@@ -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>
);
}
}