From ba743a0e47f89c037e9f4a0f42344a115f12b420 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 12:16:59 +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 5dd5e83..98e4b69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg" + imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=1" imageAlt="Fresh coffee shop interior" /> @@ -112,16 +112,16 @@ export default function LandingPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-spoon-paper_114579-16912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-spoon-paper_114579-16912.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa-decoration-living-room_1339-7561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa-decoration-living-room_1339-7561.jpg?_wi=1", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=2", imageAlt: "fresh coffee shop interior warm lighting", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { description: "A warm space built for meeting, reading, or relaxing.", bentoComponent: "reveal-icon", icon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-spoon-paper_114579-16912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-spoon-paper_114579-16912.jpg?_wi=2", imageAlt: "fresh roasted coffee beans in burlap sack", }, ]} @@ -159,7 +159,7 @@ export default function LandingPage() { quote: "The absolute best roast in town. The atmosphere is like a second home.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/confident-young-female-coffee-barista-giving-cup_1262-4904.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg?_wi=2", imageAlt: "barista making professional latte art", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { quote: "I've traveled the world for coffee, and Fiesta holds its own against the best.", tag: "Latte Fanatic", 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/beautiful-luxury-pillow-sofa-decoration-living-room_1339-7561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa-decoration-living-room_1339-7561.jpg?_wi=2", imageAlt: "cozy coffee shop seating area corner", }, { -- 2.49.1