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