From 91893ce803ac9ec21fb50bd53c53f7f71e8e66ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:42:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f85a65..9d263e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,23 +55,23 @@ export default function LandingPage() { description="The best classic hotdogs in town. Rated 5 stars for a reason!" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg?_wi=1", imageAlt: "Jimmie's Signature Hotdog", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=1", imageAlt: "Classic American Hotdog", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=1", imageAlt: "Juicy Cheeseburger", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg?_wi=1", imageAlt: "Golden Crispy Fries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg?_wi=1", imageAlt: "Refreshing Fountain Drink", }, ]} @@ -90,37 +90,37 @@ export default function LandingPage() { id: "h1", name: "Classic Dog", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=2", }, { id: "h2", name: "Chili Dog", price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=3", }, { id: "b1", name: "Cheeseburger", price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=2", }, { id: "b2", name: "Chicken Sandwich", price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=3", }, { id: "s1", name: "Fries", price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg?_wi=2", }, { id: "d1", name: "Fountain Drink", price: "$2.50", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg?_wi=2", }, ]} title="Our Menu" @@ -162,7 +162,7 @@ export default function LandingPage() { description="Jimmie's HotDogs has been serving the community for over 20 years with high-quality ingredients and a passion for great food." subdescription="Located at 123 Main Street, open Tuesday through Sunday." icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg?_wi=2" mediaAnimation="none" /> @@ -183,7 +183,7 @@ export default function LandingPage() { role: "Local Regular", company: "Neighbor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=4", }, { id: "t2", @@ -191,7 +191,7 @@ export default function LandingPage() { role: "Foodie", company: "Reviewer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=4", }, { id: "t3", @@ -199,7 +199,7 @@ export default function LandingPage() { role: "Student", company: "University", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg?_wi=3", }, { id: "t4", @@ -207,7 +207,7 @@ export default function LandingPage() { role: "Family", company: "Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg?_wi=3", }, { id: "t5", @@ -215,7 +215,7 @@ export default function LandingPage() { role: "Traveler", company: "Tourist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg?_wi=3", }, ]} /> -- 2.49.1