From 10807dcb33c455e8b7848a16054c16b8c914dd1a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:20:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c89fa4..d200e90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,7 +142,7 @@ export default function LandingPage() { description: "A community gathering place where everyone is a regular.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-pomegranate-salad-green-salad-with-fresh-vegetables-light-background_140725-137276.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-pomegranate-salad-green-salad-with-fresh-vegetables-light-background_140725-137276.jpg?_wi=1" imageAlt="Alice's Restaurant Kitchen" mediaAnimation="blur-reveal" /> @@ -160,11 +160,11 @@ export default function LandingPage() { icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg?_wi=1", imageAlt: "Handmade Breakfast", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg?_wi=2", imageAlt: "Handmade Breakfast Detail", }, ], @@ -177,15 +177,15 @@ export default function LandingPage() { icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg?_wi=1", imageAlt: "Legendary Tenderloin", }, { - imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg?_wi=2", imageAlt: "Legendary Tenderloin Detail", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pomegranate-salad-green-salad-with-fresh-vegetables-light-background_140725-137276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pomegranate-salad-green-salad-with-fresh-vegetables-light-background_140725-137276.jpg?_wi=2", imageAlt: "chef cooking in diner kitchen", }, { @@ -194,15 +194,15 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg?_wi=1", imageAlt: "Fresh Coffee", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg?_wi=2", imageAlt: "Fresh Coffee Detail", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg?_wi=3", imageAlt: "fresh handmade pancake stack breakfast", }, ]} -- 2.49.1