From bb8e9c697b91f77f12558e291d64aae9b32d9a40 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 00:14:31 +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 e3e4ee3..1296af5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,11 +98,11 @@ export default function LandingPage() { features={[ { id: "sourcing", title: "Ethical Ingredient Sourcing", tags: ["Organic", "Fair Trade", "Sustainable"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-two-hands-beautiful-asian-young-woman-farmer-holding-organic-rice_1150-54131.jpg", imageAlt: "Premium Organic Baking Ingredients" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-two-hands-beautiful-asian-young-woman-farmer-holding-organic-rice_1150-54131.jpg?_wi=1", imageAlt: "Premium Organic Baking Ingredients" }, { id: "hygiene", title: "Daily Hygiene Protocols", tags: ["Certified", "Inspected", "Safe"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-two-hands-beautiful-asian-young-woman-farmer-holding-organic-rice_1150-54131.jpg", imageAlt: "Clean Professional Bakery Facility" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-two-hands-beautiful-asian-young-woman-farmer-holding-organic-rice_1150-54131.jpg?_wi=2", imageAlt: "Clean Professional Bakery Facility" } ]} animationType="slide-up" -- 2.49.1