From b9b1c2316bb79c9331558b76a30ba2e78fdba8b7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:58:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5a43dc..f7bb7d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-aged-couple-sitting-cafe-with-mugs-tea_23-2148216498.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-aged-couple-sitting-cafe-with-mugs-tea_23-2148216498.jpg?_wi=1" imageAlt="cozy neighborhood cafe interior" /> @@ -64,7 +64,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Welcome to Our Neighborhood Spot" description="Whether you're stopping by for your morning coffee, meeting friends, or enjoying a quiet moment, Beard Park Café is your perfect sanctuary. Experience the warmth of Helsinki hospitality with every cup." - imageSrc="http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458036.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458036.jpg?_wi=1" imageAlt="barista making artisan coffee" /> @@ -80,19 +80,19 @@ export default function LandingPage() { id: "1", name: "Signature Cappuccino", price: "4.50€", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-life-offline_23-2149172760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-life-offline_23-2149172760.jpg?_wi=1", }, { id: "2", name: "Almond Croissant", price: "3.80€", - imageSrc: "http://img.b2bpic.net/free-photo/stack-christmas-cookies-tied-with-rope-wooden-plate_114579-31663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stack-christmas-cookies-tied-with-rope-wooden-plate_114579-31663.jpg?_wi=1", }, { id: "3", name: "Flat White", price: "4.20€", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg?_wi=1", }, { id: "4", @@ -157,7 +157,7 @@ export default function LandingPage() { quote: "The best place to start my Helsinki mornings.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee_1153-5927.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-aged-couple-sitting-cafe-with-mugs-tea_23-2148216498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-aged-couple-sitting-cafe-with-mugs-tea_23-2148216498.jpg?_wi=2", imageAlt: "happy customer drinking coffee", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { quote: "Quiet, cozy, and perfect for meetings.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-model-standing-holding-cabbage_114579-74362.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458036.jpg?_wi=2", imageAlt: "happy customer drinking coffee", }, { @@ -179,7 +179,7 @@ export default function LandingPage() { quote: "Unbeatable almond croissants!", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/latin-man-his-30s-smiling-making-eye-contact-while-drinking-coffee-sandwich-his-lunch-break-food-court_662251-228.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-life-offline_23-2149172760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-life-offline_23-2149172760.jpg?_wi=2", imageAlt: "happy customer drinking coffee", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { quote: "Feels like home every single time.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway-o_1258-138307.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stack-christmas-cookies-tied-with-rope-wooden-plate_114579-31663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stack-christmas-cookies-tied-with-rope-wooden-plate_114579-31663.jpg?_wi=2", imageAlt: "happy customer drinking coffee", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { quote: "A hidden gem in the city center.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-holding-cup-coffee_23-2149130679.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg?_wi=2", imageAlt: "happy customer drinking coffee", }, ]} -- 2.49.1