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 +}