From 49bfeda9171435610fa3c6c60ec7a3f716019c41 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:43:19 +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 1370c5b..0e2716d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,23 +70,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425852.jpg?_wi=1", imageAlt: "Rocky's Cafe Cabin", }, { - imageSrc: "http://img.b2bpic.net/free-photo/freshly-made-pancakes-front-view_23-2148229166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-made-pancakes-front-view_23-2148229166.jpg?_wi=1", imageAlt: "Fluffy Pancakes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-bread-basket_140725-6277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-bread-basket_140725-6277.jpg?_wi=1", imageAlt: "Eggs Benedict", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943502.jpg?_wi=1", imageAlt: "Outdoor Seating", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-plate-with-chips-beer_23-2148754938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-plate-with-chips-beer_23-2148754938.jpg?_wi=1", imageAlt: "Chicken Fried Steak", }, ]} @@ -132,7 +132,7 @@ export default function LandingPage() { description: "Big portions, made from scratch.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425852.jpg" + imageSrc="http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425852.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -147,12 +147,12 @@ export default function LandingPage() { { title: "Fluffy Pancakes", description: "Big, buttery, and impossible to finish (but you'll try).", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-made-pancakes-front-view_23-2148229166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-made-pancakes-front-view_23-2148229166.jpg?_wi=2", }, { title: "Eggs Benedict", description: "Classic, redneck, and everything in between.", - imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-bread-basket_140725-6277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-bread-basket_140725-6277.jpg?_wi=2", }, { title: "Huevos Rancheros", @@ -162,7 +162,7 @@ export default function LandingPage() { { title: "Chicken Fried Steak", description: "Crispy outside, juicy inside, unforgettable.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-plate-with-chips-beer_23-2148754938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-plate-with-chips-beer_23-2148754938.jpg?_wi=2", }, { title: "Hearty Scrambles", @@ -191,7 +191,7 @@ export default function LandingPage() { description: "Perfect for slow, quiet mornings in nature.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943502.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943502.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1