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

This commit is contained in:
2026-02-20 14:14:44 +00:00
parent 05a8a6ce22
commit 8fc8189497

View File

@@ -98,8 +98,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<FooterLogoEmphasis
logoText="InLight"
columns={[
{items: [{label: "Home", href: "#hero"}, {label: "About Us", href: "#about"}, {label: "Solutions", href: "#features"}]},
{items: [{label: "Clients", href: "#social-proof"}, {label: "Testimonials", href: "#testimonials"}, {label: "Contact", href: "#contact"}]}
{items: [{label: "Home", href: "/#hero"}, {label: "About Us", href: "/#about"}, {label: "Solutions", href: "/#features"}]},
{items: [{label: "Clients", href: "/#social-proof"}, {label: "Testimonials", href: "/#testimonials"}, {label: "Contact", href: "/#contact"}]}
]}
ariaLabel="Site footer for InLight company."
/>
@@ -149,8 +149,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<FooterLogoEmphasis
logoText="InLight"
columns={[
{items: [{label: "Home", href: "#hero"}, {label: "About Us", href: "#about"}, {label: "Solutions", href: "#features"}]},
{items: [{label: "Clients", href: "#social-proof"}, {label: "Testimonials", href: "#testimonials"}, {label: "Contact", href: "#contact"}]}
{items: [{label: "Home", href: "/#hero"}, {label: "About Us", href: "/#about"}, {label: "Solutions", href: "/#features"}]},
{items: [{label: "Clients", href: "/#social-proof"}, {label: "Testimonials", href: "/#testimonials"}, {label: "Contact", href: "/#contact"}]}
]}
ariaLabel="Site footer for InLight company."
/>
@@ -224,8 +224,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<FooterLogoEmphasis
logoText="InLight"
columns={[
{items: [{label: "Home", href: "#hero"}, {label: "About Us", href: "#about"}, {label: "Solutions", href: "#features"}]},
{items: [{label: "Clients", href: "#social-proof"}, {label: "Testimonials", href: "#testimonials"}, {label: "Contact", href: "#contact"}]}
{items: [{label: "Home", href: "/#hero"}, {label: "About Us", href: "/#about"}, {label: "Solutions", href: "/#features"}]},
{items: [{label: "Clients", href: "/#social-proof"}, {label: "Testimonials", href: "/#testimonials"}, {label: "Contact", href: "/#contact"}]}
]}
ariaLabel="Site footer for InLight company."
/>