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

This commit is contained in:
2026-02-15 20:30:53 +00:00
parent 0416da8ddb
commit 055f3b09ae

View File

@@ -84,12 +84,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"About","id":"about"},
{"name":"Products","id":"products"},
{"name":"Reviews","id":"testimonials"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Luminous"
bottomLeftText="Skincare for Women"
@@ -105,10 +105,28 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="Luminous"
copyrightText="© 2025 Luminous Skincare. All rights reserved."
columns={[
{"title":"Product","items":[{"label":"Serums","href":"#products"},{"label":"Ingredients","href":"#features"},{"label":"How to Use","href":"#faq"}]},
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Story","href":"#about"},{"label":"Sustainability","href":"#"}]},
{"title":"Support","items":[{"label":"Contact","href":"#contact"},{"label":"FAQ","href":"#faq"},{"label":"Shipping Info","href":"#"}]}
]
{
title: "Product", items: [
{ label: "Serums", href: "#products" },
{ label: "Ingredients", href: "#features" },
{ label: "How to Use", href: "#faq" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Story", href: "#about" },
{ label: "Sustainability", href: "#" }
]
},
{
title: "Support", items: [
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Shipping Info", href: "#" }
]
}
]}
onPrivacyClick={null}
/>
</div>
@@ -135,12 +153,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"About","id":"about"},
{"name":"Products","id":"products"},
{"name":"Reviews","id":"testimonials"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Luminous"
bottomLeftText="Skincare for Women"
@@ -164,10 +182,28 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="Luminous"
copyrightText="© 2025 Luminous Skincare. All rights reserved."
columns={[
{"title":"Product","items":[{"label":"Serums","href":"#products"},{"label":"Ingredients","href":"#features"},{"label":"How to Use","href":"#faq"}]},
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Story","href":"#about"},{"label":"Sustainability","href":"#"}]},
{"title":"Support","items":[{"label":"Contact","href":"#contact"},{"label":"FAQ","href":"#faq"},{"label":"Shipping Info","href":"#"}]}
]
{
title: "Product", items: [
{ label: "Serums", href: "#products" },
{ label: "Ingredients", href: "#features" },
{ label: "How to Use", href: "#faq" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Story", href: "#about" },
{ label: "Sustainability", href: "#" }
]
},
{
title: "Support", items: [
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Shipping Info", href: "#" }
]
}
]}
onPrivacyClick={null}
/>
</div>
@@ -193,12 +229,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"About","id":"about"},
{"name":"Products","id":"products"},
{"name":"Reviews","id":"testimonials"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Luminous"
bottomLeftText="Skincare for Women"
@@ -247,10 +283,28 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="Luminous"
copyrightText="© 2025 Luminous Skincare. All rights reserved."
columns={[
{"title":"Product","items":[{"label":"Serums","href":"#products"},{"label":"Ingredients","href":"#features"},{"label":"How to Use","href":"#faq"}]},
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Story","href":"#about"},{"label":"Sustainability","href":"#"}]},
{"title":"Support","items":[{"label":"Contact","href":"#contact"},{"label":"FAQ","href":"#faq"},{"label":"Shipping Info","href":"#"}]}
]
{
title: "Product", items: [
{ label: "Serums", href: "#products" },
{ label: "Ingredients", href: "#features" },
{ label: "How to Use", href: "#faq" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Story", href: "#about" },
{ label: "Sustainability", href: "#" }
]
},
{
title: "Support", items: [
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Shipping Info", href: "#" }
]
}
]}
onPrivacyClick={null}
/>
</div>