Update src/app/page.tsx

This commit is contained in:
2026-03-23 02:30:29 +00:00
parent 6670c08e2d
commit 693b3ac1d5

View File

@@ -114,7 +114,7 @@ export default function LandingPage() {
id: "red-wine-1",
name: "Grand Reserve Cabernet",
price: "$79.99",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-wine-bottle-black-grape-glass-towel-dark-background_140725-141383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-wine-bottle-black-grape-glass-towel-dark-background_140725-141383.jpg?_wi=1",
imageAlt: "Bottle of Grand Reserve Cabernet",
},
{
@@ -135,7 +135,7 @@ export default function LandingPage() {
id: "rose-wine-1",
name: "Provence Rosé",
price: "$32.50",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-wine-bottle-black-grape-glass-towel-dark-background_140725-141383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-wine-bottle-black-grape-glass-towel-dark-background_140725-141383.jpg?_wi=2",
imageAlt: "Bottle of Provence Rosé",
},
]}