From e891ae33a2a857de6b16fe4cd252741635ae85e5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:54:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cce747..8ba2375 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@aman_bhopal", testimonial: "Best coffee spot in Gulmohar!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg?_wi=1", imageAlt: "cozy coffee shop interior warm lighting", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@rahul_cafe", testimonial: "Perfect cozy atmosphere for work.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg?_wi=1", imageAlt: "hazelnut coffee latte art close up", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@sid_coffee", testimonial: "The best brews in town, period.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-beverage-with-spices_23-2148349610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-beverage-with-spices_23-2148349610.jpg?_wi=1", imageAlt: "signature affogato vanilla gelato espresso", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@neha_foodie", testimonial: "Absolutely love the vibe here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg?_wi=1", imageAlt: "hot chocolate drink with foam", }, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg", @@ -159,19 +159,19 @@ export default function LandingPage() { id: "1", name: "Hazelnut Shrappe", price: "₹280", - imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg?_wi=2", }, { id: "2", name: "Signature Affogato", price: "₹240", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-beverage-with-spices_23-2148349610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-beverage-with-spices_23-2148349610.jpg?_wi=2", }, { id: "3", name: "Hot Chocolate", price: "₹210", - imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg?_wi=2", }, { id: "4", @@ -208,7 +208,7 @@ export default function LandingPage() { name: "Aman", role: "Regular", testimonial: "Exquisite coffee, friendly staff.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg?_wi=1", }, { id: "2", @@ -236,7 +236,7 @@ export default function LandingPage() { name: "Neha", role: "Local", testimonial: "Love the cozy vibe!", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg?_wi=2", }, ]} title="What Our Customers Say" -- 2.49.1