From 652974044d75a628047589fa3b64dba96342f609 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:06:57 +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 6cf93eb..7e440c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,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} @@ -91,7 +91,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" @@ -131,7 +131,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" @@ -173,7 +173,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