From 7c1c959d65a1e4afa14473e16d924d0739ad8e3a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:11:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed9536c..8f03ca6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,23 +70,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-13584.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-13584.jpg?_wi=1", imageAlt: "Brewery interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-132660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-132660.jpg?_wi=1", imageAlt: "Craft beer tap", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-glass-drink-mobile-phone-looking-away_23-2147861928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-glass-drink-mobile-phone-looking-away_23-2147861928.jpg?_wi=1", imageAlt: "Friends cheering", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slices-with-pipe-cookies-sliced-tangerines-dark-background-fruit-cake-pie-cookie-sweet-tea_140725-96195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slices-with-pipe-cookies-sliced-tangerines-dark-background-fruit-cake-pie-cookie-sweet-tea_140725-96195.jpg?_wi=1", imageAlt: "Gourmet food", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-beer-factory_23-2150573936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-beer-factory_23-2150573936.jpg?_wi=1", imageAlt: "Brewery decor", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { quote: "The best craft beer in Mumbai. Absolutely love the atmosphere.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/two-handsome-men-watching-football-pub-drinking-beer_496169-2824.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-13584.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-13584.jpg?_wi=2", imageAlt: "happy customer laughing pub", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { quote: "I love their wood-fired pizzas, perfect with a cold stout.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/good-beginning-weekend-with-friend_329181-18336.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-132660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-132660.jpg?_wi=2", imageAlt: "happy customer laughing pub", }, { @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "Cool interiors and very welcoming service every time.", tag: "Visited 5x", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-artist-with-paintbrushes_23-2148014137.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-glass-drink-mobile-phone-looking-away_23-2147861928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-glass-drink-mobile-phone-looking-away_23-2147861928.jpg?_wi=2", imageAlt: "happy customer laughing pub", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { quote: "Truly unique flavor profiles that hit the spot.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-enjoying-coffee-outdoor_23-2148289226.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slices-with-pipe-cookies-sliced-tangerines-dark-background-fruit-cake-pie-cookie-sweet-tea_140725-96195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slices-with-pipe-cookies-sliced-tangerines-dark-background-fruit-cake-pie-cookie-sweet-tea_140725-96195.jpg?_wi=2", imageAlt: "happy customer laughing pub", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { quote: "A go-to place for Friday night outings with friends.", tag: "Frequent", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends_23-2148872432.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-beer-factory_23-2150573936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-beer-factory_23-2150573936.jpg?_wi=2", imageAlt: "happy customer laughing pub", }, ]} -- 2.49.1