Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-25 07:10:44 +00:00

View File

@@ -67,12 +67,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "c1",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273245.jpg?_wi=1",
imageAlt: "fresh artisanal bread bakery",
},
{
id: "c2",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-coated-waffle-plate-blue-background_114579-39811.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-coated-waffle-plate-blue-background_114579-39811.jpg?_wi=1",
imageAlt: "slice of chocolate cake",
},
{
@@ -120,7 +120,7 @@ export default function LandingPage() {
descriptions: [
"We source local, high-quality ingredients.",
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273245.jpg?_wi=2",
imageAlt: "Loaf of bread in female hands in a supermarket",
},
{
@@ -129,7 +129,7 @@ export default function LandingPage() {
descriptions: [
"Baked by hand, one small batch at a time.",
],
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-coated-waffle-plate-blue-background_114579-39811.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-coated-waffle-plate-blue-background_114579-39811.jpg?_wi=2",
imageAlt: "Loaf of bread in female hands in a supermarket",
},
]}