From 04a3dfb7a1f4ccff56da667694a4f7c1ee6eb073 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 15:07:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e7f0ae..7ed91e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { { text: "Visit Our Bakery", href: "#contact-section" } ]} buttonAnimation="slide-up" - imageSrc="https://img.b2bpic.net/free-photo/baker-making-dough-bread_23-2147761396.jpg" + imageSrc="https://img.b2bpic.net/free-photo/baker-making-dough-bread_23-2147761396.jpg?_wi=1" imageAlt="Baker preparing fresh pastries in a cozy bakery setting" useInvertedBackground={false} ariaLabel="About our bakery and baking philosophy" @@ -91,7 +91,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "feature-1", title: "Artisanal Craftsmanship", description: "Each item is handcrafted with care, using traditional methods passed down through generations to ensure exceptional taste and texture.", tag: "Premium Quality", imageSrc: "https://img.b2bpic.net/free-photo/baker-making-dough-bread_23-2147761396.jpg", imageAlt: "Baker shaping dough by hand" + id: "feature-1", title: "Artisanal Craftsmanship", description: "Each item is handcrafted with care, using traditional methods passed down through generations to ensure exceptional taste and texture.", tag: "Premium Quality", imageSrc: "https://img.b2bpic.net/free-photo/baker-making-dough-bread_23-2147761396.jpg?_wi=2", imageAlt: "Baker shaping dough by hand" }, { id: "feature-2", title: "Locally Sourced Ingredients", description: "We partner with local farms and suppliers to bring you the freshest, most flavorful ingredients in every bite.", tag: "Farm Fresh", imageSrc: "https://img.b2bpic.net/free-photo/organic-foods-fresh-organic-food-local-farmers-market-farmers-markets-are-traditional-way-selling-agricultural-products_1391-373.jpg", imageAlt: "Fresh ingredients at market" -- 2.49.1