Update src/app/shop/page.tsx

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

View File

@@ -71,8 +71,8 @@ export default function ShopPage() {
<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."
/>
@@ -136,8 +136,8 @@ export default function ShopPage() {
<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."
/>