From 699738562bf136c52064d18b68a0aebaa2879030 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:20:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90efd04..f9d459e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@anna", testimonial: "Amazing place to spend your nights. Vibey music, kind people, 10/10 energy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/halloween-party-food-arrangement_23-2149085632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/halloween-party-food-arrangement_23-2149085632.jpg?_wi=1", imageAlt: "luxury cocktail bar night interior", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@marko", testimonial: "Unique house drinks and classics.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-drink-dark-background_23-2148437080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-drink-dark-background_23-2148437080.jpg?_wi=1", imageAlt: "luxury cocktail bar night interior", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "The best vibes in Skopje, truly unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/desserts-glass-with-vanilla-cream-chocolate-sauce-espresso_140725-8294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/desserts-glass-with-vanilla-cream-chocolate-sauce-espresso_140725-8294.jpg?_wi=1", imageAlt: "luxury cocktail bar night interior", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@viktor", testimonial: "Sophisticated atmosphere and great service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974208.jpg?_wi=1", imageAlt: "luxury cocktail bar night interior", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@sara", testimonial: "My go-to spot for weekend nightlife.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-making-delicious-cocktail_23-2149093575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-making-delicious-cocktail_23-2149093575.jpg?_wi=1", imageAlt: "luxury cocktail bar night interior", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/halloween-party-food-arrangement_23-2149085632.jpg" + imageSrc="http://img.b2bpic.net/free-photo/halloween-party-food-arrangement_23-2149085632.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { @@ -181,7 +181,7 @@ export default function LandingPage() { description: "Memorable nights in the heart of the city.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/halloween-party-food-arrangement_23-2149085632.jpg" + imageSrc="http://img.b2bpic.net/free-photo/halloween-party-food-arrangement_23-2149085632.jpg?_wi=3" mediaAnimation="blur-reveal" /> @@ -200,7 +200,7 @@ export default function LandingPage() { price: "High", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-drink-dark-background_23-2148437080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-drink-dark-background_23-2148437080.jpg?_wi=2", }, { id: "p2", @@ -209,7 +209,7 @@ export default function LandingPage() { price: "High", rating: 5, reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/desserts-glass-with-vanilla-cream-chocolate-sauce-espresso_140725-8294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/desserts-glass-with-vanilla-cream-chocolate-sauce-espresso_140725-8294.jpg?_wi=2", }, { id: "p3", @@ -218,7 +218,7 @@ export default function LandingPage() { price: "Premium", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974208.jpg?_wi=2", }, { id: "p4", @@ -227,7 +227,7 @@ export default function LandingPage() { price: "Premium", rating: 5, reviewCount: "112", - imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-making-delicious-cocktail_23-2149093575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-making-delicious-cocktail_23-2149093575.jpg?_wi=2", }, { id: "p5", -- 2.49.1