From c4bd7b28bd00d2f4fbce418a2e9126d3545c48cb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 10:19:26 +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 b3e6b84..bdfd32e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@praveen", testimonial: "The chicken burger was really tasty and juicy. Shawarma was also very good.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-fast-food-arrangement_23-2149629986.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-fast-food-arrangement_23-2149629986.jpg?_wi=1", imageAlt: "luxury burger photography", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@abhi", testimonial: "Absolutely loved the cozy vibe here. Aesthetic place to have food and spend time talking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg?_wi=1", imageAlt: "luxury burger photography", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@sujith", testimonial: "The cakes baked here are the best, with high quality and affordable prices.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-tomatoes-with-pedicels-chicken-with-lemon-herbs-board_140725-73715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-tomatoes-with-pedicels-chicken-with-lemon-herbs-board_140725-73715.jpg?_wi=1", imageAlt: "luxury burger photography", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@wimpy", testimonial: "Best plate shawarma ever had in the city. Great quality and quantity.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-onion-sauces_23-2148374930.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-onion-sauces_23-2148374930.jpg?_wi=1", imageAlt: "luxury burger photography", }, { @@ -97,11 +97,11 @@ export default function LandingPage() { handle: "@anjalik", testimonial: "The kunafa is perfectly sweet and authentic. My new go-to place.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-three-heights_1153-1165.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-three-heights_1153-1165.jpg?_wi=1", imageAlt: "luxury burger photography", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/baroque-style-with-fast-food-arrangement_23-2149629986.jpg" + imageSrc="http://img.b2bpic.net/free-photo/baroque-style-with-fast-food-arrangement_23-2149629986.jpg?_wi=2" imageAlt="Signature Mexican Chicken Burger" avatars={[ { @@ -166,7 +166,7 @@ export default function LandingPage() { title: "Signature Dishes", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg?_wi=2" mediaAnimation="slide-up" metricsAnimation="blur-reveal" imageAlt="Cozy cafe atmosphere" @@ -185,21 +185,21 @@ export default function LandingPage() { name: "Signature Chatti Shawarma", price: "Premium", variant: "Most Loved", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-tomatoes-with-pedicels-chicken-with-lemon-herbs-board_140725-73715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-tomatoes-with-pedicels-chicken-with-lemon-herbs-board_140725-73715.jpg?_wi=2", }, { id: "2", name: "Mexican Chicken Burger", price: "Best Seller", variant: "House Favorite", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-onion-sauces_23-2148374930.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-onion-sauces_23-2148374930.jpg?_wi=2", }, { id: "3", name: "Luxury Custom Cakes", price: "Custom", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-three-heights_1153-1165.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-three-heights_1153-1165.jpg?_wi=2", }, { id: "4", -- 2.49.1