From c62d618bca84630f11628247d0c51bd8b02ac4d3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:37:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e252f10..6717a66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { handle: "@anitar_foodie", testimonial: "The best Indian food in town! Every dish tastes like home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg?_wi=1", imageAlt: "authentic indian restaurant plating", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@sarah_m", testimonial: "The garlic naan is simply legendary.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg?_wi=1", imageAlt: "authentic indian restaurant plating", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@raj_food", testimonial: "Authentic, spicy, and simply delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg?_wi=1", imageAlt: "authentic indian restaurant plating", }, { @@ -86,11 +86,11 @@ export default function LandingPage() { handle: "@elena_dining", testimonial: "A wonderful dining experience every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg?_wi=1", imageAlt: "authentic indian restaurant plating", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086043.jpg", @@ -135,19 +135,19 @@ export default function LandingPage() { id: "1", name: "Butter Chicken", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg?_wi=2", }, { id: "2", name: "Garlic Naan", price: "$4", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg?_wi=2", }, { id: "3", name: "Lamb Biryani", price: "$20", - imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg?_wi=2", }, { id: "4", -- 2.49.1