From c869e5e59b26a3288505ce1e6dafc9ce6143545e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:47:16 +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 56a8158..d6a87a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg?_wi=1" /> @@ -88,7 +88,7 @@ export default function LandingPage() { description: "Enjoy the vibe of a true neighborhood shop.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/set-apple-juice-apples-box-wooden-orange-tile-background-side-view-space-text_176474-7903.jpg" + imageSrc="http://img.b2bpic.net/free-photo/set-apple-juice-apples-box-wooden-orange-tile-background-side-view-space-text_176474-7903.jpg?_wi=1" mediaAnimation="opacity" /> @@ -104,19 +104,19 @@ export default function LandingPage() { id: "p1", name: "Limited Edition Bourbon", price: "$125", - imageSrc: "http://img.b2bpic.net/free-photo/liquor-round-bottle_176474-6072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/liquor-round-bottle_176474-6072.jpg?_wi=1", }, { id: "p2", name: "Vintage Cabernet", price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/wine-bottle-grape-near-chalkboard_23-2147764874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-bottle-grape-near-chalkboard_23-2147764874.jpg?_wi=1", }, { id: "p3", name: "Small Batch Gin", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/alcohol-bottle-with-plant-scarf-daisies-candle_176474-6042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/alcohol-bottle-with-plant-scarf-daisies-candle_176474-6042.jpg?_wi=1", }, ]} title="What's New" @@ -139,7 +139,7 @@ export default function LandingPage() { quote: "The staff helped me find the perfect pairing for my dinner party.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/man-with-laptop-holding-disposable-coffee-cup_107420-84976.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg?_wi=2", imageAlt: "upscale liquor store interior", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { quote: "Truly the best spirit selection in the neighborhood.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/man-with-laptop-holding-disposable-coffee-cup_107420-84976.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/set-apple-juice-apples-box-wooden-orange-tile-background-side-view-space-text_176474-7903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-apple-juice-apples-box-wooden-orange-tile-background-side-view-space-text_176474-7903.jpg?_wi=2", imageAlt: "warm liquor store shelving", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { quote: "I always leave with something interesting and a bit of history.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/man-with-laptop-holding-disposable-coffee-cup_107420-84976.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/liquor-round-bottle_176474-6072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/liquor-round-bottle_176474-6072.jpg?_wi=2", imageAlt: "luxury bourbon bottle", }, { @@ -172,7 +172,7 @@ export default function LandingPage() { quote: "They sourced a rare vintage for me without any hassle.", tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/man-with-laptop-holding-disposable-coffee-cup_107420-84976.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wine-bottle-grape-near-chalkboard_23-2147764874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-bottle-grape-near-chalkboard_23-2147764874.jpg?_wi=2", imageAlt: "vintage red wine bottle", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { quote: "A must-visit for any wine lover in the area.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/man-with-laptop-holding-disposable-coffee-cup_107420-84976.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/alcohol-bottle-with-plant-scarf-daisies-candle_176474-6042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/alcohol-bottle-with-plant-scarf-daisies-candle_176474-6042.jpg?_wi=2", imageAlt: "small batch gin bottle", }, ]}