Bob AI: fix build errors (attempt 1)

This commit is contained in:
2026-02-23 14:08:27 +02:00
parent 0b623a7759
commit 9799f1d446
2 changed files with 0 additions and 6 deletions

View File

@@ -215,12 +215,9 @@ 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?_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" }] }]}
copyrightText="© 2024 Baba's Bakery. All rights reserved."
useInvertedBackground={false}
className="py-10 bg-background"
/>
</div>

View File

@@ -95,12 +95,9 @@ function ShopPageContent() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=4"
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."
useInvertedBackground={false}
className="py-10 bg-background"
/>
</div>