From 63ac15d6114be7df052b3997acfb29aafd8fe55f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 14:46:31 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 1922e5e..637938a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -54,16 +54,16 @@ export default function ShopPage() { columns={[ { items: [ - { label: "Features", id: "features" }, - { label: "Pricing", id: "pricing" }, - { label: "Testimonials", id: "testimonials" } + { label: "Features", href: "#features" }, + { label: "Pricing", href: "#pricing" }, + { label: "Testimonials", href: "#testimonials" } ] }, { items: [ - { label: "About Us", id: "about" }, - { label: "Contact", id: "contact" }, - { label: "FAQ", id: "faq" } + { label: "About Us", href: "#about" }, + { label: "Contact", href: "#contact" }, + { label: "FAQ", href: "#faq" } ] }, { @@ -133,16 +133,16 @@ export default function ShopPage() { columns={[ { items: [ - { label: "Features", id: "features" }, - { label: "Pricing", id: "pricing" }, - { label: "Testimonials", id: "testimonials" } + { label: "Features", href: "#features" }, + { label: "Pricing", href: "#pricing" }, + { label: "Testimonials", href: "#testimonials" } ] }, { items: [ - { label: "About Us", id: "about" }, - { label: "Contact", id: "contact" }, - { label: "FAQ", id: "faq" } + { label: "About Us", href: "#about" }, + { label: "Contact", href: "#contact" }, + { label: "FAQ", href: "#faq" } ] }, {