diff --git a/src/app/page.tsx b/src/app/page.tsx index 324550d..0affb5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,10 +117,10 @@ export default function LandingPage() { title: "100% Fresh Ingredients", description: "We source only the finest, freshest fruits and natural ingredients for every batch. No artificial flavors or preservatives—just pure, authentic refreshment.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg", imageAlt: "Fresh premium ingredients preparation" + imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg?_wi=1", imageAlt: "Fresh premium ingredients preparation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg", imageAlt: "Artisanal beverage crafting" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg?_wi=1", imageAlt: "Artisanal beverage crafting" } ] }, @@ -128,10 +128,10 @@ export default function LandingPage() { title: "Handcrafted Quality", description: "Each beverage is carefully prepared by skilled artisans using traditional methods. We take pride in every detail, ensuring consistent excellence in every glass.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg", imageAlt: "Skilled beverage preparation" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg?_wi=2", imageAlt: "Skilled beverage preparation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg", imageAlt: "Ingredient selection process" + imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg?_wi=2", imageAlt: "Ingredient selection process" } ] }