From ab17f06761b2b3fb5fd29629b3773de35b299adb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:57:53 +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 8cfff97..5119d25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/pink-macaroons-with-raspberries-leaf-rose_140725-9602.jpg", imageAlt: "Beautiful decorated custom cake"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg", imageAlt: "Elegant wedding cake with flowers"}, + imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg?_wi=1", imageAlt: "Elegant wedding cake with flowers"}, ]} mediaAnimation="slide-up" rating={5} @@ -75,7 +75,7 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Wedding Elegance", price: "Rs. 8,500 - 15,000", variant: "Customizable Flavors & Designs", imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg", imageAlt: "Elegant tiered wedding cake"}, + id: "1", name: "Wedding Elegance", price: "Rs. 8,500 - 15,000", variant: "Customizable Flavors & Designs", imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg?_wi=2", imageAlt: "Elegant tiered wedding cake"}, { id: "2", name: "Birthday Celebration", price: "Rs. 4,500 - 10,000", variant: "Theme-Based Designs", imageSrc: "http://img.b2bpic.net/free-photo/lovely-birthday-composition-with-cupcakes_23-2147997506.jpg", imageAlt: "Colorful custom birthday cake"}, { -- 2.49.1