From 859dedb8b70bdf4ec6326ca7fddd158253569a62 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:22:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2219c75..79e6445 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,27 +70,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5456.jpg?_wi=1", imageAlt: "Luxury Cafe Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hairdresser-with-tattoos-holding-small-shaving-brush-bowl-barbershop_181624-40180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hairdresser-with-tattoos-holding-small-shaving-brush-bowl-barbershop_181624-40180.jpg?_wi=1", imageAlt: "Barista Pouring Coffee", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-sliced-fruits-vegetables_140725-3619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-sliced-fruits-vegetables_140725-3619.jpg?_wi=1", imageAlt: "Gourmet Dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5456.jpg?_wi=2", imageAlt: "Upscale Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hairdresser-with-tattoos-holding-small-shaving-brush-bowl-barbershop_181624-40180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hairdresser-with-tattoos-holding-small-shaving-brush-bowl-barbershop_181624-40180.jpg?_wi=2", imageAlt: "Artisan Drinks", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-sliced-fruits-vegetables_140725-3619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-sliced-fruits-vegetables_140725-3619.jpg?_wi=2", imageAlt: "Fine Dining Cuisine", }, ]} @@ -150,7 +150,7 @@ export default function LandingPage() { price: "₹349", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg?_wi=1", }, { id: "2", @@ -159,7 +159,7 @@ export default function LandingPage() { price: "₹349", rating: 5, reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg?_wi=2", }, { id: "3", @@ -222,7 +222,7 @@ export default function LandingPage() { title: "Service", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5456.jpg" + imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5456.jpg?_wi=3" imageAlt="Celebration Setting" mediaAnimation="slide-up" metricsAnimation="blur-reveal" -- 2.49.1