Update src/app/shop/page.tsx

This commit is contained in:
2026-02-22 17:01:10 +00:00
parent b51bac433d
commit a011ceaf7d

View File

@@ -75,14 +75,13 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterMedia
columns={[
{ title: "Bakery", items: [{ label: "Our Story", href: "about" }, { label: "Menu", href: "menu" }, { label: "Contact Us", href: "contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Shipping", href: "#" }] }
{ title: "Bakery", items: [{ label: "Home", href: "/" }, { label: "Shop", href: "/shop" }] },
{ title: "Support", items: [{ label: "FAQ", href: "/" }, { label: "Shipping", href: "#" }] }
]}
logoText="Смачно Bakery"
copyrightText="© 2024 Смачно Bakery. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=4"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Warm and inviting interior of a traditional Ukrainian bakery"
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -146,14 +145,13 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterMedia
columns={[
{ title: "Bakery", items: [{ label: "Our Story", href: "about" }, { label: "Menu", href: "menu" }, { label: "Contact Us", href: "contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Shipping", href: "#" }] }
{ title: "Bakery", items: [{ label: "Home", href: "/" }, { label: "Shop", href: "/shop" }] },
{ title: "Support", items: [{ label: "FAQ", href: "/" }, { label: "Shipping", href: "#" }] }
]}
logoText="Смачно Bakery"
copyrightText="© 2024 Смачно Bakery. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=5"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Warm and inviting interior of a traditional Ukrainian bakery"
useInvertedBackground={false}
/>
</div>
</ReactLenis>