From 59bca73f58cfc575c7e6da15fb57ec28fc1832b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:25:51 +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 2e32ab0..883e2fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg", @@ -140,7 +140,7 @@ export default function LandingPage() { icon: Music, title: "Live Karaoke Nights", description: "Sing your heart out with friends.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg?_wi=2", imageAlt: "Fried chicken and space on right", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { icon: Leaf, title: "Beautiful Interiors", description: "Instagrammable beige and green decor.", - imageSrc: "http://img.b2bpic.net/free-photo/fried-prawns-garlic-sauce-side-view_141793-4432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-prawns-garlic-sauce-side-view_141793-4432.jpg?_wi=1", imageAlt: "Fried chicken and space on right", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { icon: Star, title: "Pet Friendly", description: "Bring your furry friends along.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-meal-with-herbs_23-2148694374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-meal-with-herbs_23-2148694374.jpg?_wi=1", imageAlt: "Fried chicken and space on right", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { icon: DollarSign, title: "Pocket Friendly", description: "Gourmet vibes, sensible prices.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg?_wi=1", imageAlt: "Fried chicken and space on right", }, { @@ -172,7 +172,7 @@ export default function LandingPage() { icon: Utensils, title: "Multi-Cuisine", description: "A diverse menu for all cravings.", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-black-background_123827-20654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-black-background_123827-20654.jpg?_wi=1", imageAlt: "Fried chicken and space on right", }, ]} @@ -192,25 +192,25 @@ export default function LandingPage() { id: "1", name: "Honey Garlic Wings", price: "₹299", - imageSrc: "http://img.b2bpic.net/free-photo/fried-prawns-garlic-sauce-side-view_141793-4432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-prawns-garlic-sauce-side-view_141793-4432.jpg?_wi=2", }, { id: "2", name: "Paneer Momos", price: "₹249", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-meal-with-herbs_23-2148694374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-meal-with-herbs_23-2148694374.jpg?_wi=2", }, { id: "3", name: "Pizza Packets", price: "₹279", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg?_wi=2", }, { id: "4", name: "Cheese Nachos", price: "₹229", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-black-background_123827-20654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-black-background_123827-20654.jpg?_wi=2", }, { id: "5", -- 2.49.1