Merge version_1 into main #2
@@ -61,7 +61,7 @@ export default function BlogPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg?_wi=3"
|
||||
imageAlt="Traditional Ukrainian bakery display"
|
||||
logoText="Смак України"
|
||||
columns={[
|
||||
|
||||
@@ -46,7 +46,7 @@ export default function SitePage() {
|
||||
title="Смак України"
|
||||
description="Experience the authentic taste of Ukraine with our traditional baked goods, crafted with love and age-old recipes."
|
||||
background={{ variant: 'plain' }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg?_wi=1"
|
||||
imageAlt="A display of freshly baked Ukrainian traditional bread and pastries"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
@@ -173,7 +173,7 @@ export default function SitePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg?_wi=2"
|
||||
imageAlt="Traditional Ukrainian bakery display"
|
||||
logoText="Смак України"
|
||||
columns={[
|
||||
|
||||
@@ -80,7 +80,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
buttonClassName: "bg-primary-cta text-primary-cta-text", buttonTextClassName: "text-primary-cta-text"};
|
||||
|
||||
const footerProps = {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg", imageAlt: "Traditional Ukrainian bakery display", logoText: "Смак України", columns: [
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg?_wi=5", imageAlt: "Traditional Ukrainian bakery display", logoText: "Смак України", columns: [
|
||||
{ title: "Bakery", items: [{ label: "Our Menu", href: "#menu" }, { label: "Our Story", href: "#about" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }] }
|
||||
],
|
||||
|
||||
@@ -47,7 +47,7 @@ function ShopPageContent() {
|
||||
buttonClassName: "bg-primary-cta text-primary-cta-text", buttonTextClassName: "text-primary-cta-text"};
|
||||
|
||||
const footerProps = {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg", imageAlt: "Traditional Ukrainian bakery display", logoText: "Смак України", columns: [
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg?_wi=4", imageAlt: "Traditional Ukrainian bakery display", logoText: "Смак України", columns: [
|
||||
{ title: "Bakery", items: [{ label: "Our Menu", href: "#menu" }, { label: "Our Story", href: "#about" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }] }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user