From 2fa9f850832301b0b4124873ac788c2c82e1d660 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 23:13:08 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 182b085..6393534 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -41,7 +41,7 @@ function ShopPageContent() { { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, - { name: "Contact", id: "#contact" } + { name: "Contact", id: "/#contact" } ]} brandName="NoteGenius AI" button={{ text: "Cart", onClick: () => {} }} @@ -57,7 +57,7 @@ function ShopPageContent() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=5" imageAlt="NoteGenius AI Dashboard Footer" columns={[ - { title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] }, + { title: "Product", items: [{ label: "Features", href: "/#features" }] }, { title: "Company", items: [] }, { title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] } ]} @@ -93,7 +93,7 @@ function ShopPageContent() { { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, - { name: "Contact", id: "#contact" } + { name: "Contact", id: "/#contact" } ]} brandName="NoteGenius AI" button={{ text: "Cart", onClick: () => {} }} @@ -115,7 +115,7 @@ function ShopPageContent() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=6" imageAlt="NoteGenius AI Dashboard Footer" columns={[ - { title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] }, + { title: "Product", items: [{ label: "Features", href: "/#features" }] }, { title: "Company", items: [] }, { title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] } ]} @@ -134,4 +134,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}