Update src/app/shop/page.tsx
This commit is contained in:
@@ -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."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user