From 9b669d8d7b83fe303e55781532787d6600a13bfd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 08:58:36 +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 cd87866..3193ab1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,11 +78,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=1", imageAlt: "Rooftop Cafe Ambience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-red-petals_1122-899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-red-petals_1122-899.jpg?_wi=1", imageAlt: "Luxury Cafe Dining", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { id: "1", name: "Chicken Biryani", price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-restaurant-menu-set-black-plates-perfect-food-background_181624-58554.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-restaurant-menu-set-black-plates-perfect-food-background_181624-58554.jpg?_wi=1", }, { id: "2", @@ -180,7 +180,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/bar-tender-sprinkles-golden-glitter-into-cocktail-champagne-glass_141793-2004.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=2", imageAlt: "rooftop cafe night view luxury", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-red-petals_1122-899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-red-petals_1122-899.jpg?_wi=2", imageAlt: "rooftop cafe night view luxury", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coconut-candies-with-cup-coffee-white-surface_140725-80912.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=1", imageAlt: "rooftop cafe night view luxury", }, ]} @@ -227,7 +227,7 @@ export default function LandingPage() { quote: "Amazing food and ambience.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=3", imageAlt: "portrait happy customer restaurant", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { quote: "Very fast service and tasty food.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/image-happy-smiling-africanamerican-girl-white-tshirt-cross-arms-chest-looking-confiden_1258-130986.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-red-petals_1122-899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-red-petals_1122-899.jpg?_wi=3", imageAlt: "portrait happy customer restaurant", }, { @@ -249,7 +249,7 @@ export default function LandingPage() { quote: "Beautiful interiors and premium vibe.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=2", imageAlt: "portrait happy customer restaurant", }, { @@ -271,7 +271,7 @@ export default function LandingPage() { quote: "Perfect spot for a date night.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-restaurant-menu-set-black-plates-perfect-food-background_181624-58554.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-restaurant-menu-set-black-plates-perfect-food-background_181624-58554.jpg?_wi=2", imageAlt: "portrait happy customer restaurant", }, ]} -- 2.49.1