From 8a5e6e35ca33aa5dd6d387d57c39e3c310c8c542 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:21:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2f75e0..e27d7a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,22 +91,22 @@ export default function LandingPage() { { title: "Handmade Breakfasts", description: "From scratch pancakes and golden syrup.", icon: Star, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg", imageAlt: "Handmade Breakfast" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg", imageAlt: "Handmade Breakfast Detail" }, + { 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?_wi=2", imageAlt: "Handmade Breakfast Detail" }, ] }, { title: "Legendary Tenderloins", description: "The sandwich everyone comes back for.", icon: Award, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg", imageAlt: "Legendary Tenderloin" }, - { imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg", imageAlt: "Legendary Tenderloin Detail" }, + { 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?_wi=2", imageAlt: "Legendary Tenderloin Detail" }, ] }, { title: "Daily Fresh Coffee", description: "Served hot, just how you like it.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg", imageAlt: "Fresh Coffee" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg", imageAlt: "Fresh Coffee Detail" }, + { 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?_wi=2", imageAlt: "Fresh Coffee Detail" }, ] }, ]} -- 2.49.1