From 35b1f7faa1b5ce763e3c8e102e9303f91f6ef781 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:12:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae57a8e..daf68cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-double-cheeseburger-with-bacon_23-2148290693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-double-cheeseburger-with-bacon_23-2148290693.jpg?_wi=1", imageAlt: "Signature Wings", }, { @@ -80,19 +80,19 @@ export default function LandingPage() { imageAlt: "Bar Ambiance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-beer-wooden-surface-sunny-day_181624-10656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-beer-wooden-surface-sunny-day_181624-10656.jpg?_wi=1", imageAlt: "Drinks Selection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-vibrant-techno-music-party_23-2150551542.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-vibrant-techno-music-party_23-2150551542.jpg?_wi=1", imageAlt: "Vibrant Vibe", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-decorating-dish-after-cooking_329181-16137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-decorating-dish-after-cooking_329181-16137.jpg?_wi=1", imageAlt: "Grill Station", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-wings-tray_23-2148679074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-wings-tray_23-2148679074.jpg?_wi=1", imageAlt: "Gourmet Platter", }, ]} @@ -107,37 +107,37 @@ export default function LandingPage() { { title: "Signature Wings", description: "Cajun, Krack dry rub, and bold flavors that hit every time.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-double-cheeseburger-with-bacon_23-2148290693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-double-cheeseburger-with-bacon_23-2148290693.jpg?_wi=2", imageAlt: "Wings", }, { title: "Loaded Fries", description: "Chili cheese fries and crave-worthy sides you can't ignore.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-wings-tray_23-2148679074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-wings-tray_23-2148679074.jpg?_wi=2", imageAlt: "Fries", }, { title: "Vibe Atmosphere", description: "It's more than food—it's a whole vibe. Music, energy, and good times.", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-vibrant-techno-music-party_23-2150551542.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-vibrant-techno-music-party_23-2150551542.jpg?_wi=2", imageAlt: "Atmosphere", }, { title: "Craft Cocktails", description: "Expertly mixed drinks to kick off your night in style.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-beer-wooden-surface-sunny-day_181624-10656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-beer-wooden-surface-sunny-day_181624-10656.jpg?_wi=2", imageAlt: "Cocktails", }, { title: "Gourmet Burgers", description: "Stacked high with fresh toppings and premium beef patties.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-double-cheeseburger-with-bacon_23-2148290693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-double-cheeseburger-with-bacon_23-2148290693.jpg?_wi=3", imageAlt: "Burgers", }, { title: "Daily Specials", description: "Ask about our chef's daily creations and seasonal favorites.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-decorating-dish-after-cooking_329181-16137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-decorating-dish-after-cooking_329181-16137.jpg?_wi=2", imageAlt: "Chef Specials", }, ]} @@ -224,7 +224,7 @@ export default function LandingPage() {