Merge version_2 into main #2

Merged
bender merged 6 commits from version_2 into main 2026-02-25 00:19:30 +00:00
Showing only changes of commit 280da3310e - Show all commits

View File

@@ -97,8 +97,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"About","id":"about"},
{"name":"Menu","id":"products"},
{"name":"Reviews","id":"testimonials"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{"name":"Contact","id":"contact"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -147,8 +146,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"About","id":"about"},
{"name":"Menu","id":"products"},
{"name":"Reviews","id":"testimonials"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{"name":"Contact","id":"contact"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -204,8 +202,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"About","id":"about"},
{"name":"Menu","id":"products"},
{"name":"Reviews","id":"testimonials"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{"name":"Contact","id":"contact"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -262,4 +259,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}