From 4e8205e3fe52ab56247bbeade1548b0bef032322 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:32:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ac874a..fb28f4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,23 +54,23 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=1", imageAlt: "Delicious stack of pancakes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=1", imageAlt: "Gourmet eggs benedict", }, { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=1", imageAlt: "Ham and cheese omelette", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=1", imageAlt: "Golden crispy hash browns", }, { - imageSrc: "http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg?_wi=1", imageAlt: "Cozy restaurant interior", }, ]} @@ -98,7 +98,7 @@ export default function HomePage() { handle: "@elkhart_local", testimonial: "Best breakfast in town! The hash browns are absolutely crispy and delicious. Always packed on Sunday mornings.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah Johnson", }, { @@ -107,7 +107,7 @@ export default function HomePage() { handle: "@traveler_mike", testimonial: "Stopped by on a road trip and was blown away. Friendly staff, generous portions, and the pancakes are homemade perfection!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Michael Chen", }, { @@ -116,7 +116,7 @@ export default function HomePage() { handle: "@family_breakfast", testimonial: "This is our family's Sunday ritual. The kids love the pancakes, and we love the warm atmosphere. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Emily Rodriguez", }, { @@ -125,7 +125,7 @@ export default function HomePage() { handle: "@early_bird", testimonial: "Opens at 5:30 AM and I'm there every morning. Great coffee, fast service, and consistently excellent food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "David Wilson", }, { @@ -134,7 +134,7 @@ export default function HomePage() { handle: "@local_foodie", testimonial: "The eggs benedict is restaurant-quality. For these prices, the value is incredible. Local gem!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Jessica Thomas", }, { @@ -143,7 +143,7 @@ export default function HomePage() { handle: "@commuter_breakfast", testimonial: "Quick takeout every Thursday morning before work. Always fresh, always hot, always delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "Robert Anderson", }, ]} @@ -163,28 +163,28 @@ export default function HomePage() { id: "1", name: "Homemade Pancakes", price: "$8.99", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=2", imageAlt: "Stack of homemade pancakes", }, { id: "2", name: "Eggs Benedict", price: "$10.99", - imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=2", imageAlt: "Gourmet eggs benedict with hollandaise", }, { id: "3", name: "Ham & Cheese Omelette", price: "$9.49", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=2", imageAlt: "Fluffy ham and cheese omelette", }, { id: "4", name: "Crispy Hash Browns", price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=2", imageAlt: "Golden crispy hash browns", }, ]} @@ -200,7 +200,7 @@ export default function HomePage() { description="Grandma's House of Pancakes" subdescription="Serving Elkhart since 1989" icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg?_wi=2" imageAlt="Cozy restaurant interior with family dining" mediaAnimation="blur-reveal" useInvertedBackground={false}