From def1fad1dc70be9ff0ee1a8851e385f1c7c6e585 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:31:23 +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 4e45952..868f5c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,7 +143,7 @@ export default function LandingPage() { price: "₹295", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg?_wi=1", }, { id: "p2", @@ -152,7 +152,7 @@ export default function LandingPage() { price: "₹350", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg?_wi=1", }, { id: "p3", @@ -161,7 +161,7 @@ export default function LandingPage() { price: "₹420", rating: 5, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg?_wi=1", }, ]} title="Signature Delights" @@ -182,7 +182,7 @@ export default function LandingPage() { role: "Patron", company: "Pune", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg?_wi=2", }, { id: "t2", @@ -190,7 +190,7 @@ export default function LandingPage() { role: "Coffee Enthusiast", company: "Pune", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg?_wi=2", }, { id: "t3", @@ -198,7 +198,7 @@ export default function LandingPage() { role: "Pastry Fan", company: "Pune", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg?_wi=2", }, { id: "t4", -- 2.49.1