From bc4b970a1e4da9bebe178369abeab1b0d9f70451 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 17:00:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67b7a14..ec869ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Cozy Corner in New Dorp" description="Founded with passion, our cafe offers a peaceful escape. We focus on fresh, high-quality ingredients and a warm, inviting atmosphere that makes everyone feel at home." - imageSrc="http://img.b2bpic.net/free-photo/friendly-waiter-cafe-waving-hand-customer-holding-takeaway-coffee-oder-standing-against-yellow_1258-165747.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friendly-waiter-cafe-waving-hand-customer-holding-takeaway-coffee-oder-standing-against-yellow_1258-165747.jpg?_wi=1" /> @@ -172,21 +172,21 @@ export default function LandingPage() { name: "Signature Breakfast Sandwich", price: "$12", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/juice-coffee-near-food-breakfast_23-2147717741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/juice-coffee-near-food-breakfast_23-2147717741.jpg?_wi=1", }, { id: "2", name: "Fresh Baked Croissant", price: "$5", variant: "Pastry", - imageSrc: "http://img.b2bpic.net/free-photo/chinese-pastries-display-showcase_53876-33564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chinese-pastries-display-showcase_53876-33564.jpg?_wi=1", }, { id: "3", name: "Classic Cafe Burger", price: "$15", variant: "Lunch", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1355.jpg?_wi=1", }, { id: "4", @@ -239,7 +239,7 @@ export default function LandingPage() { quote: "Their chicken sandwich is the best.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-satisfied-man-showing-thumbsup-like-coffee-smiling-pleased-standing-turquoise-backgrou_1258-155389.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/friendly-waiter-cafe-waving-hand-customer-holding-takeaway-coffee-oder-standing-against-yellow_1258-165747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friendly-waiter-cafe-waving-hand-customer-holding-takeaway-coffee-oder-standing-against-yellow_1258-165747.jpg?_wi=2", imageAlt: "happy customer breakfast", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { quote: "High-quality ingredients and nicely presented.", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/juice-coffee-near-food-breakfast_23-2147717741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/juice-coffee-near-food-breakfast_23-2147717741.jpg?_wi=2", imageAlt: "happy customer breakfast", }, { @@ -261,7 +261,7 @@ export default function LandingPage() { quote: "Super cozy atmosphere and clean.", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-roommates-sitting-table_23-2149103354.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/chinese-pastries-display-showcase_53876-33564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chinese-pastries-display-showcase_53876-33564.jpg?_wi=2", imageAlt: "happy customer breakfast", }, { @@ -272,7 +272,7 @@ export default function LandingPage() { quote: "Consistently great breakfast options.", tag: "Breakfast", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-smartphone_23-2149103344.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1355.jpg?_wi=2", imageAlt: "happy customer breakfast", }, ]}