From f6241232b55cd11d92808cc6bc64791e310f48a2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:14:31 +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 4323ab4..19c678e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@elena_r", testimonial: "The best delivery experience I've had. Truly fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-eggs-rice-grains-puffed-rice-cake-wooden-desk_23-2148062363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-eggs-rice-grains-puffed-rice-cake-wooden-desk_23-2148062363.jpg?_wi=1", imageAlt: "gourmet food table top view", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@marks_food", testimonial: "Incredible quality. Tastes like a 5-star restaurant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-parsley-vegetables_23-2147694205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-parsley-vegetables_23-2147694205.jpg?_wi=1", imageAlt: "fresh organic vegetables market", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@sarah_p", testimonial: "Consistent, delicious, and always on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751987.jpg?_wi=1", imageAlt: "gourmet burger close up", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@davew", testimonial: "My new favorite way to dine at home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-caesar-salad_140725-296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-caesar-salad_140725-296.jpg?_wi=1", imageAlt: "pasta dish with herbs", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@lila_k", testimonial: "Fresh, healthy, and absolutely wonderful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cabbage-greens-cup-marble_114579-65116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cabbage-greens-cup-marble_114579-65116.jpg?_wi=1", imageAlt: "fresh salad bowl colorful", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fresh-vegetables-eggs-rice-grains-puffed-rice-cake-wooden-desk_23-2148062363.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fresh-vegetables-eggs-rice-grains-puffed-rice-cake-wooden-desk_23-2148062363.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { @@ -187,19 +187,19 @@ export default function LandingPage() { id: "1", name: "Classic Burger", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751987.jpg?_wi=2", }, { id: "2", name: "Garden Pasta", price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-caesar-salad_140725-296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-caesar-salad_140725-296.jpg?_wi=2", }, { id: "3", name: "Harvest Bowl", price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cabbage-greens-cup-marble_114579-65116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cabbage-greens-cup-marble_114579-65116.jpg?_wi=2", }, { id: "4", @@ -285,7 +285,7 @@ export default function LandingPage() { placeholder: "Tell us more...", required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/fresh-parsley-vegetables_23-2147694205.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fresh-parsley-vegetables_23-2147694205.jpg?_wi=2" /> -- 2.49.1