From 23854a1c5e12d13d2c1ca404c42293a6c68fc938 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:04:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddc5f7c..1611167 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/fruit-galette-composition-tasty-food-concept_185193-109021.jpg", imageAlt: "Fresh breakfast spread with eggs and toast"}, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-5506.jpg", imageAlt: "Cozy restaurant interior with outdoor seating"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-5506.jpg?_wi=1", imageAlt: "Cozy restaurant interior with outdoor seating"}, ]} rating={4} ratingText="Rated 4.0 ⭐ • 800+ Reviews on Yelp" @@ -88,7 +88,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "donuts", name: "Fresh Daily Donuts", price: "$3-5 each", imageSrc: "http://img.b2bpic.net/free-photo/man-baker-sprinkles-donuts-with-colorful-sweets_1303-32321.jpg", imageAlt: "Assorted fresh donuts"}, + id: "donuts", name: "Fresh Daily Donuts", price: "$3-5 each", imageSrc: "http://img.b2bpic.net/free-photo/man-baker-sprinkles-donuts-with-colorful-sweets_1303-32321.jpg?_wi=1", imageAlt: "Assorted fresh donuts"}, { id: "pancakes", name: "Fluffy Pancakes & Waffles", price: "$9-12", imageSrc: "http://img.b2bpic.net/free-photo/stack-golden-pancakes-drizzled-with-maple-syrup-topped-with-fresh-blueberries-raspberries-black-plate_9975-124637.jpg", imageAlt: "Golden pancakes with syrup"}, { @@ -124,7 +124,7 @@ export default function LandingPage() { title: "Fast Takeout Service", description: "Quick orders ready for pickup or delivery", icon: Zap, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-5506.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-5506.jpg?_wi=2" imageAlt="Cozy Homeskillet restaurant atmosphere" imagePosition="right" textboxLayout="default" @@ -162,7 +162,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-baker-sprinkles-donuts-with-colorful-sweets_1303-32321.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-baker-sprinkles-donuts-with-colorful-sweets_1303-32321.jpg?_wi=2" imageAlt="Fresh breakfast ready for order" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1