From b1581a68e93471e4373c2c7de5aaa9017c868305 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:38:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b012be7..04e018d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { { text: "Visit Us", href: "#contact" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg", imageAlt: "Fresh bread display" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-supermarket_23-2149445504.jpg", imageAlt: "Cakes and pastries" }, - { imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg", imageAlt: "Warm bakery atmosphere" }, + { 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?_wi=1", imageAlt: "Cakes and pastries" }, + { imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg?_wi=1", imageAlt: "Warm bakery atmosphere" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273142.jpg", imageAlt: "Handmade bread variety" }, { imageSrc: "http://img.b2bpic.net/free-photo/walnuts-leaves-near-drink-desserts_23-2147885859.jpg", imageAlt: "Freshly baked goods" }, { imageSrc: "http://img.b2bpic.net/free-photo/stacked-breads-baker-shop_23-2147975213.jpg", imageAlt: "Bakery interior view" }, @@ -102,9 +102,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: 1, tag: "Fresh", 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" }, - { id: 2, tag: "Local", 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" }, - { id: 3, tag: "Craft", 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" }, + { id: 1, tag: "Fresh", 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?_wi=2" }, + { id: 2, tag: "Local", 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?_wi=2" }, + { id: 3, tag: "Craft", 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?_wi=2" }, ]} title="Quality First" description="We don't compromise when it comes to quality. Our bakery relies on simple, authentic processes that deliver superior flavor every single time." -- 2.49.1