From 92cf7855732dbb92c5ba0f2bfd4172d158dae13a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 11:47:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a76d50..01a39e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,19 +120,19 @@ export default function LandingPage() { id: "fresh", title: "100% Fresh Daily", descriptions: [ "All our cakes and pastries are baked fresh every morning to ensure maximum freshness and flavor.", "No preservatives, no compromises. Just pure, delicious goodness." ], - imageSrc: "http://img.b2bpic.net/free-photo/making-recipe_23-2147958916.jpg", imageAlt: "Fresh baking preparation" + imageSrc: "http://img.b2bpic.net/free-photo/making-recipe_23-2147958916.jpg?_wi=1", imageAlt: "Fresh baking preparation" }, { id: "quality", title: "Premium Ingredients", descriptions: [ "We source only the finest ingredients from trusted suppliers to guarantee superior quality.", "Every ingredient is carefully selected to provide the best taste and texture." ], - imageSrc: "http://img.b2bpic.net/free-photo/making-recipe_23-2147958916.jpg", imageAlt: "Premium ingredients selection" + imageSrc: "http://img.b2bpic.net/free-photo/making-recipe_23-2147958916.jpg?_wi=2", imageAlt: "Premium ingredients selection" }, { id: "custom", title: "Custom Orders", descriptions: [ "Special occasions deserve special cakes. We create custom designs for birthdays, weddings, and celebrations.", "Contact us to bring your cake dreams to life." ], - imageSrc: "http://img.b2bpic.net/free-photo/making-recipe_23-2147958916.jpg", imageAlt: "Custom cake creation" + imageSrc: "http://img.b2bpic.net/free-photo/making-recipe_23-2147958916.jpg?_wi=3", imageAlt: "Custom cake creation" } ]} ariaLabel="Features section highlighting our bakery qualities" @@ -169,7 +169,7 @@ export default function LandingPage() { title="Get in Touch" description="Have a special order or questions? We'd love to hear from you! Contact us to place your order or learn more about our products." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/making-recipe_23-2147958916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/making-recipe_23-2147958916.jpg?_wi=4" imageAlt="Our welcoming bakery shop" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1