From 8db442e0f23e5494264a7c04a1452d1b9d53594a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 13:27:24 +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 2eb82dc..7501b37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "I would recommend this bar to anyone that enjoys good music and sincere conversations. The owners are the best.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215879.jpg?_wi=1", imageAlt: "luxury vinyl record closeup dark lighting", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@davidk", testimonial: "Such a cool spot, with great vibes and music. Maastricht got a whole lot cooler!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-44.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-44.jpg?_wi=1", imageAlt: "hifi sound system vintage speakers", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@emilyr", testimonial: "The sound system is elite and the atmosphere is unbeatable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-cocktail-table_140725-6757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-cocktail-table_140725-6757.jpg?_wi=1", imageAlt: "cocktails on marble bar counter", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "@alexb", testimonial: "The best place for a relaxed late-night drink and good company.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg?_wi=1", imageAlt: "dog friendly bar atmosphere relaxed", }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { href: "https://www.instagram.com/bar___lazy/", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215879.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215879.jpg?_wi=2" imageAlt="Luxurious listening room interior" avatars={[ { @@ -194,17 +194,17 @@ export default function LandingPage() { { title: "Hi-Fi Sound", description: "Elite vinyl collection with a proper DJ booth and audiophile-grade system.", - imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-44.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-44.jpg?_wi=2", }, { title: "Curated Drinks", description: "Thoughtful selection of drinks crafted with the same care as the music.", - imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-cocktail-table_140725-6757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-cocktail-table_140725-6757.jpg?_wi=2", }, { title: "Dog Friendly", description: "Bring your four-legged friend — they're always welcome at Lazy.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg?_wi=2", }, { title: "Live Program", -- 2.49.1