Merge version_2 into main #3

Merged
bender merged 4 commits from version_2 into main 2026-02-17 10:57:39 +00:00
Showing only changes of commit 726bc51a6e - Show all commits

View File

@@ -92,7 +92,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{"name":"Contact","id":"contact"}, {"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
</div> </div>
<main className="min-h-screen flex items-center justify-center pt-20"> <main className="min-h-screen flex items-center justify-center pt-20">
@@ -136,7 +135,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{"name":"Contact","id":"contact"}, {"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
</div> </div>
<main className="min-h-screen flex items-center justify-center pt-20"> <main className="min-h-screen flex items-center justify-center pt-20">
@@ -187,7 +185,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{"name":"Contact","id":"contact"}, {"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
</div> </div>
<div id="productDetailCard" data-section="productDetailCard"> <div id="productDetailCard" data-section="productDetailCard">