From 58bb381a0cad78fb1781fe16d9d8ea2219b53d0c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 15:40:35 +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 a38f797..447223d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,11 +88,11 @@ export default function LandingPage() { buttonAnimation="opacity" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chocolate-chip-muffins-sweet-indulgence-generated-by-ai_188544-42296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chocolate-chip-muffins-sweet-indulgence-generated-by-ai_188544-42296.jpg?_wi=1", imageAlt: "Assortment of freshly baked pastries and bread", }, { - imageSrc: "http://img.b2bpic.net/free-photo/colorful-cupcakes-with-delicious-frosting_23-2149667628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-cupcakes-with-delicious-frosting_23-2149667628.jpg?_wi=1", imageAlt: "Baker decorating a cake with precision", }, { @@ -122,7 +122,7 @@ export default function LandingPage() { description="Iskcon Temple Balaji Foods Bakery started with a vision to share the joy of pure, vegetarian baking inspired by traditional recipes. For decades, we've upheld values of quality and devotion in every item we create." subdescription="Our commitment to using the finest ingredients and time-honored techniques ensures a taste that is both authentic and unforgettable. Experience the difference handcrafted with love." icon={Wheat} - imageSrc="http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg?_wi=1" imageAlt="Traditional bakery interior with displays of baked goods" mediaAnimation="slide-up" /> @@ -156,7 +156,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chocolate-chip-muffins-sweet-indulgence-generated-by-ai_188544-42296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chocolate-chip-muffins-sweet-indulgence-generated-by-ai_188544-42296.jpg?_wi=2", imageAlt: "signature bread loaf rustic", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/colorful-cupcakes-with-delicious-frosting_23-2149667628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-cupcakes-with-delicious-frosting_23-2149667628.jpg?_wi=2", imageAlt: "signature bread loaf rustic", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg?_wi=2", imageAlt: "signature bread loaf rustic", }, ]} -- 2.49.1