diff --git a/src/app/page.tsx b/src/app/page.tsx index e0fcd93..54ddac5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#events", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/bar-tender-sprinkles-golden-glitter-into-cocktail-champagne-glass_141793-2004.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bar-tender-sprinkles-golden-glitter-into-cocktail-champagne-glass_141793-2004.jpg?_wi=1" imageAlt="Crowd dancing at Vibes on Main" avatars={[ { @@ -131,7 +131,7 @@ export default function LandingPage() { title: "Energy", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -151,7 +151,7 @@ export default function LandingPage() { price: "R350", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-top-view_23-2150408545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-top-view_23-2150408545.jpg?_wi=1", }, { id: "2", @@ -160,7 +160,7 @@ export default function LandingPage() { price: "R120", rating: 5, reviewCount: "850", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-alcoholic-cocktail-manhattan-with-bourbon-red-vemuth-bitter-ice-cocktail-cherry-glass_141793-3048.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-alcoholic-cocktail-manhattan-with-bourbon-red-vemuth-bitter-ice-cocktail-cherry-glass_141793-3048.jpg?_wi=1", }, { id: "3", @@ -169,7 +169,7 @@ export default function LandingPage() { price: "R280", rating: 4, reviewCount: "500", - imageSrc: "http://img.b2bpic.net/free-photo/buffet-heated-trays_1398-2223.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/buffet-heated-trays_1398-2223.jpg?_wi=1", }, ]} title="Come Hungry. Leave Obsessed." @@ -190,7 +190,7 @@ export default function LandingPage() { quote: "One of the top nightlife spots in Johannesburg. The energy is unmatched.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-fun-vibrant-techno-music-party_23-2150551551.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bar-tender-sprinkles-golden-glitter-into-cocktail-champagne-glass_141793-2004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bar-tender-sprinkles-golden-glitter-into-cocktail-champagne-glass_141793-2004.jpg?_wi=2", imageAlt: "luxury nightlife dance floor energy", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { quote: "Sunday buffet was too good — and the vibes were vibing!", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg?_wi=2", imageAlt: "upscale outdoor garden restaurant seating", }, { @@ -212,7 +212,7 @@ export default function LandingPage() { quote: "Great music, beautiful space, and such a chilled atmosphere.", tag: "Vibes", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-top-view_23-2150408545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-top-view_23-2150408545.jpg?_wi=2", imageAlt: "gourmet dining platter presentation", }, { @@ -223,7 +223,7 @@ export default function LandingPage() { quote: "Definitely my go-to place whenever I’m in Joburg.", tag: "Must Visit", avatarSrc: "http://img.b2bpic.net/free-photo/bartender-making-cocktail_23-2147680619.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-alcoholic-cocktail-manhattan-with-bourbon-red-vemuth-bitter-ice-cocktail-cherry-glass_141793-3048.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-alcoholic-cocktail-manhattan-with-bourbon-red-vemuth-bitter-ice-cocktail-cherry-glass_141793-3048.jpg?_wi=2", imageAlt: "signature cocktail bar drink", }, { @@ -234,7 +234,7 @@ export default function LandingPage() { quote: "The most exclusive spot in the city. Always a great time.", tag: "VIP", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-fun-vibrant-techno-music-party_23-2150551551.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/buffet-heated-trays_1398-2223.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/buffet-heated-trays_1398-2223.jpg?_wi=2", imageAlt: "bistro buffet serving station", }, ]}