Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-23 12:07:32 +00:00
parent 7d89706207
commit 8919149f7b

View File

@@ -215,7 +215,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg"
imageSrc="https://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=5"
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" }] }]}