Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-21 23:13:07 +00:00
parent 04791b19e1
commit b4529e5ee3

View File

@@ -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" }] }
]}