Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-02-17 12:47:12 +00:00
2 changed files with 5 additions and 10 deletions

View File

@@ -89,8 +89,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Collections", id: "products" },
{ name: "About", id: "about" },
{ name: "Why Giina", id: "features" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -166,8 +165,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Collections", id: "products" },
{ name: "About", id: "about" },
{ name: "Why Giina", id: "features" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -250,8 +248,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Collections", id: "products" },
{ name: "About", id: "about" },
{ name: "Why Giina", id: "features" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>

View File

@@ -42,8 +42,7 @@ export default function ShopPage() {
{ name: "Collections", id: "products" },
{ name: "About", id: "about" },
{ name: "Why Giina", id: "features" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -118,8 +117,7 @@ export default function ShopPage() {
{ name: "Collections", id: "products" },
{ name: "About", id: "about" },
{ name: "Why Giina", id: "features" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>