Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-02-23 12:14:39 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ export default function BlogPage() {
<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=3"
imageAlt="Interior of a warm and inviting Ukrainian bakery"
logoText="Baba's Bakery"
columns={[

View File

@@ -169,7 +169,7 @@ export default function SitePage() {
required: true,
}}
buttonText="Send Message"
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=1"
imageAlt="Cozy interior of a Ukrainian bakery with display counter"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -184,7 +184,7 @@ export default function SitePage() {
<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=2"
imageAlt="Interior of a warm and inviting Ukrainian bakery"
logoText="Baba's Bakery"
columns={[

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" }] }]}

View File

@@ -95,7 +95,7 @@ function ShopPageContent() {
</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=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" }] }]}