diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ce3de17..fe75be6 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -98,7 +98,7 @@ function ProductPageContent({ params }: ProductPageProps) { { 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: () => setCartOpen(true) }} @@ -114,7 +114,7 @@ function ProductPageContent({ params }: ProductPageProps) { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=7" 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" }] } ]} @@ -151,7 +151,7 @@ function ProductPageContent({ params }: ProductPageProps) { { 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: () => setCartOpen(true) }} @@ -175,7 +175,7 @@ function ProductPageContent({ params }: ProductPageProps) { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=8" 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" }] } ]} @@ -211,7 +211,7 @@ function ProductPageContent({ params }: ProductPageProps) { { 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: () => setCartOpen(true) }} @@ -258,7 +258,7 @@ function ProductPageContent({ params }: ProductPageProps) { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=9" 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" }] } ]} @@ -269,4 +269,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} \ No newline at end of file +}