Update src/app/shop/page.tsx

This commit is contained in:
2026-02-22 20:16:19 +00:00
parent da023f09b5
commit 026455d6da

View File

@@ -39,7 +39,7 @@ function ShopPageContent() {
await checkout(getCheckoutItems(), { successUrl: currentUrl.toString() });
}, [cartItems, checkout, getCheckoutItems]);
const navItems = [{"name":"Home","id":"/"},{"name":"About Us","id":"about"},{"name":"Menu","id":"products"},{"name":"Testimonials","id":"testimonials"},{"name":"FAQ","id":"faq"},{"name":"Contact","id":"contact"},{"name":"Shop","id":"/shop"}].filter(item => item.id.startsWith('/'));
const navItems = [{"name":"Home","id":"/"},{"name":"About Us","id":"/#about"},{"name":"Menu","id":"/#products"},{"name":"Testimonials","id":"/#testimonials"},{"name":"FAQ","id":"/#faq"},{"name":"Contact","id":"/#contact"},{"name":"Shop","id":"/shop"}].filter(item => item.id.startsWith('/'));
if (isLoading) {
return (
@@ -72,9 +72,9 @@ function ShopPageContent() {
<FooterMedia
logoText="Смачна Випічка"
copyrightText="© 2024 Смачна Випічка. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/top-view-fresh-bread-with-milk-eggs-dark-blue-surface_179666-44600.jpg?_wi=3"
imageSrc="https://img.b2bpic.net/free-photo/top-view-fresh-bread-with-milk-eggs-dark-blue-surface_179666-44600.jpg"
imageAlt="Traditional Ukrainian baking tools"
columns={[{"title":"Menu","items":[{"label":"Babka","href":"#products"},{"label":"Pampushky","href":"#products"},{"label":"Varenyky","href":"#products"}]},{"title":"Bakery","items":[{"label":"Our Story","href":"#about"},{"label":"FAQ","href":"#faq"},{"label":"Contact","href":"#contact"}]}]}
columns={[{'title':'Menu','items':[{'label':'Babka','href':'/#products'},{'label':'Pampushky','href':'/#products'},{'label':'Varenyky','href':'/#products'}]},{'title':'Bakery','items':[{'label':'Our Story','href':'/#about'},{'label':'FAQ','href':'/#faq'},{'label':'Contact','href':'/#contact'}]}]}
mediaClassName="h-80"
mediaWrapperClassName="h-80"
logoTextClassName="text-2xl font-bold"
@@ -143,9 +143,9 @@ function ShopPageContent() {
<FooterMedia
logoText="Смачна Випічка"
copyrightText="© 2024 Смачна Випічка. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/top-view-fresh-bread-with-milk-eggs-dark-blue-surface_179666-44600.jpg?_wi=4"
imageSrc="https://img.b2bpic.net/free-photo/top-view-fresh-bread-with-milk-eggs-dark-blue-surface_179666-44600.jpg"
imageAlt="Traditional Ukrainian baking tools"
columns={[{"title":"Menu","items":[{"label":"Babka","href":"#products"},{"label":"Pampushky","href":"#products"},{"label":"Varenyky","href":"#products"}]},{"title":"Bakery","items":[{"label":"Our Story","href":"#about"},{"label":"FAQ","href":"#faq"},{"label":"Contact","href":"#contact"}]}]}
columns={[{'title':'Menu','items':[{'label':'Babka','href':'/#products'},{'label':'Pampushky','href':'/#products'},{'label':'Varenyky','href':'/#products'}]},{'title':'Bakery','items':[{'label':'Our Story','href':'/#about'},{'label':'FAQ','href':'/#faq'},{'label':'Contact','href':'/#contact'}]}]}
mediaClassName="h-80"
mediaWrapperClassName="h-80"
logoTextClassName="text-2xl font-bold"