Update src/app/page.tsx
This commit is contained in:
@@ -68,15 +68,15 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg?_wi=1",
|
||||
imageAlt: "Fresh bread display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-supermarket_23-2149445504.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-supermarket_23-2149445504.jpg?_wi=1",
|
||||
imageAlt: "Cakes and pastries",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg?_wi=1",
|
||||
imageAlt: "Warm bakery atmosphere",
|
||||
},
|
||||
{
|
||||
@@ -199,7 +199,7 @@ export default function LandingPage() {
|
||||
title: "Daily Baking",
|
||||
subtitle: "Always fresh",
|
||||
description: "We bake throughout the day to ensure you get warm goods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
title: "Regional Goods",
|
||||
subtitle: "From Thun, for Thun",
|
||||
description: "We partner with local farmers for high-quality flour and produce.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-supermarket_23-2149445504.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-supermarket_23-2149445504.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -215,7 +215,7 @@ export default function LandingPage() {
|
||||
title: "Handmade",
|
||||
subtitle: "Artisan methods",
|
||||
description: "Every pastry, cake, and loaf is crafted by hand using traditional recipes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Quality First"
|
||||
|
||||
Reference in New Issue
Block a user