From f708278201f718881fd0619bb323700e078b78fd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 13:03:29 +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 07db802..93a68c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg?_wi=1" mediaAnimation="slide-up" imageAlt="freshly baked bakery pastries" /> @@ -112,7 +112,7 @@ export default function LandingPage() { imageAlt: "fresh pastries display", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg?_wi=2", imageAlt: "fresh pastries display", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { imageAlt: "delicious creamy ice cream", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cake_23-2148549956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cake_23-2148549956.jpg?_wi=1", imageAlt: "fresh pastries display", }, ]} @@ -167,7 +167,7 @@ export default function LandingPage() { name: "Classic Chocolate Pastry", price: "₹99", variant: "Pastry", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cake_23-2148549956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cake_23-2148549956.jpg?_wi=2", }, { id: "p2", -- 2.49.1