Update src/app/shop/page.tsx

This commit is contained in:
2026-02-23 12:13:42 +00:00
parent 5506e6698f
commit e466364e9f

View File

@@ -95,6 +95,8 @@ function ShopPageContent() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg"
imageAlt="Interior of a warm and inviting Ukrainian bakery"
logoText="Baba's Bakery"
columns={[{ "title": "Menu", "items": [{ "label": "Breads", "href": "#products" }, { "label": "Pastries", "href": "#products" }, { "label": "Desserts", "href": "#products" }] }, { "title": "About", "items": [{ "label": "Our Story", "href": "#about" }, { "label": "Reviews", "href": "#testimonials" }] }, { "title": "Connect", "items": [{ "label": "Contact Us", "href": "#contact" }, { "label": "FAQ", "href": "#faq" }] }]}
copyrightText="© 2024 Baba's Bakery. All rights reserved."