Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-02-22 20:42:35 +00:00
4 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=3"
imageAlt="Warm and inviting Ukrainian bakery interior"
logoText="Смачна Випічка"
copyrightText="© 2024 Смачна Випічка. All rights reserved."

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroOverlay
title="Смачна Випічка"
description="Authentic Ukrainian flavors, baked fresh daily with love and tradition."
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=1"
imageAlt="Warm and inviting Ukrainian bakery interior with fresh pastries"
textPosition="bottom-left"
showDimOverlay={true}
@@ -110,13 +110,13 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg"},
{
id: "2", name: "Dmytro H.", role: "Food Blogger", company: "Lviv Tastings", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/man-baker-kitchen-by-pastry-cart_1303-32295.jpg"},
imageSrc: "https://img.b2bpic.net/free-photo/man-baker-kitchen-by-pastry-cart_1303-32295.jpg?_wi=1"},
{
id: "3", name: "Anastasia M.", role: "Community Organizer", company: "Ukrainian Culture Hub", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/mother-with-little-charming-daughter-is-sitting-cafeteria-sunlight_291650-1195.jpg"},
{
id: "4", name: "Serhii V.", role: "Chef", company: "Golden Spoon Restaurant", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/man-baker-kitchen-by-pastry-cart_1303-32295.jpg"},
imageSrc: "https://img.b2bpic.net/free-photo/man-baker-kitchen-by-pastry-cart_1303-32295.jpg?_wi=2"},
]}
textBoxClassName="p-8"
textBoxTitleClassName="text-3xl md:text-4xl"
@@ -169,7 +169,7 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=2"
imageAlt="Warm and inviting Ukrainian bakery interior"
logoText="Смачна Випічка"
copyrightText="© 2024 Смачна Випічка. All rights reserved."

View File

@@ -204,7 +204,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=5"
imageAlt="Warm and inviting Ukrainian bakery interior"
logoText="Смачна Випічка"
copyrightText="© 2024 Смачна Випічка. All rights reserved."

View File

@@ -122,7 +122,7 @@ function ShopPageContent() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=4"
imageAlt="Warm and inviting Ukrainian bakery interior"
logoText="Смачна Випічка"
copyrightText="© 2024 Смачна Випічка. All rights reserved."