From 9181ff4fd0bf85ceac608f3f0701670630d64a86 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:05:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90ef40b..47e81c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { textPosition="bottom-left" showBlur={true} showDimOverlay={false} - imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17103.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17103.jpg?_wi=1" imageAlt="LOT. coffee boutique interior with specialty coffee and pastries" buttons={[ { text: "Explore Menu", href: "/menu" }, @@ -85,28 +85,28 @@ export default function HomePage() { id: "1", name: "Single Origin Espresso", price: "€3.50", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-coffee-beans-table_141793-1051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-coffee-beans-table_141793-1051.jpg?_wi=1", imageAlt: "Single Origin Espresso cup", }, { id: "2", name: "Specialty Cappuccino", price: "€4.20", - imageSrc: "http://img.b2bpic.net/free-photo/cup-well-made-latte-with-art-foam_181624-285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-well-made-latte-with-art-foam_181624-285.jpg?_wi=1", imageAlt: "Latte art cappuccino", }, { id: "3", name: "Fresh Pastry Selection", price: "€3.00", - imageSrc: "http://img.b2bpic.net/free-photo/loafs-oranges-breakfast_23-2147667294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loafs-oranges-breakfast_23-2147667294.jpg?_wi=1", imageAlt: "Assorted fresh pastries and croissants", }, { id: "4", name: "Flat White", price: "€4.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-with-milk-sugar_23-2148463986.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-with-milk-sugar_23-2148463986.jpg?_wi=1", imageAlt: "Smooth Flat White coffee", }, ]}