From 922b63fe31c0e43241cf7b1049b1ab4e343300e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:23:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48cc853..c7bcf7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function LandingPage() { { text: "Reserve Table", href: "#contact" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5456.jpg", 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", imageAlt: "Barista Pouring Coffee" }, + { 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?_wi=1", imageAlt: "Barista Pouring Coffee" }, { imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-sliced-fruits-vegetables_140725-3619.jpg", imageAlt: "Gourmet Dining" }, - { imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5456.jpg", imageAlt: "Upscale Atmosphere" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hairdresser-with-tattoos-holding-small-shaving-brush-bowl-barbershop_181624-40180.jpg", imageAlt: "Artisan Drinks" }, + { 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?_wi=2", imageAlt: "Artisan Drinks" }, ]} mediaAnimation="slide-up" /> @@ -83,8 +83,8 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "1", brand: "Italian", name: "Pink Sauce Pasta", price: "₹349", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg" }, - { id: "2", brand: "Italian", name: "White Sauce Pasta", price: "₹349", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg" }, + { id: "1", brand: "Italian", name: "Pink Sauce Pasta", price: "₹349", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg?_wi=1" }, + { id: "2", brand: "Italian", name: "White Sauce Pasta", price: "₹349", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg?_wi=2" }, { id: "3", brand: "Italian", name: "Farmhouse Pizza", price: "₹450", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg" }, { id: "4", brand: "Mexican", name: "Mexican Sizzler", price: "₹550", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-tomato-slices-greens-sauce-rosemary-sprig-2_140725-8550.jpg" }, { id: "5", brand: "Snacks", name: "Crispy Corn & Nachos", price: "₹299", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg" }, @@ -105,7 +105,7 @@ export default function LandingPage() { { value: "Premium", title: "Ambiance" }, { value: "24/7", 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