Update src/app/page.tsx

This commit is contained in:
2026-04-08 00:47:16 +00:00
parent 10d074a3b1
commit c869e5e59b

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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",
},
]}