Update src/app/products/page.tsx

This commit is contained in:
2026-03-09 09:40:02 +00:00
parent a07ba445a2
commit 33848b375b

View File

@@ -76,16 +76,16 @@ export default function ProductsPage() {
<FeatureCardOne
features={[
{
title: "Fine Wines", description: "Carefully selected wines from renowned vineyards across France, Italy, Spain, and beyond. Each bottle represents excellence and tradition.", imageSrc: "http://img.b2bpic.net/free-photo/line-wine-bottles-wineglasses_23-2148214970.jpg", imageAlt: "Fine wine collection"
title: "Fine Wines", description: "Carefully selected wines from renowned vineyards across France, Italy, Spain, and beyond. Each bottle represents excellence and tradition.", imageSrc: "http://img.b2bpic.net/free-photo/line-wine-bottles-wineglasses_23-2148214970.jpg?_wi=2", imageAlt: "Fine wine collection"
},
{
title: "Champagne & Sparkling", description: "Premium champagnes and sparkling wines for celebrations and special occasions. Only the finest houses represented.", imageSrc: "http://img.b2bpic.net/free-photo/champagne-glasses-with-olives_23-2148356456.jpg", imageAlt: "Champagne bottles"
title: "Champagne & Sparkling", description: "Premium champagnes and sparkling wines for celebrations and special occasions. Only the finest houses represented.", imageSrc: "http://img.b2bpic.net/free-photo/champagne-glasses-with-olives_23-2148356456.jpg?_wi=2", imageAlt: "Champagne bottles"
},
{
title: "Whiskey & Scotch", description: "Single malts, blends, and rare editions from Scotland, Ireland, and around the world for the discerning connoisseur.", imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151018055.jpg", imageAlt: "Whiskey selection"
title: "Whiskey & Scotch", description: "Single malts, blends, and rare editions from Scotland, Ireland, and around the world for the discerning connoisseur.", imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151018055.jpg?_wi=2", imageAlt: "Whiskey selection"
},
{
title: "Gin & Premium Spirits", description: "Craft gins, vodkas, rums, and other premium spirits from boutique distilleries and established masters.", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-october-09-2015-johnnie-walker-black-label-e_1232-3322.jpg", imageAlt: "Premium spirits collection"
title: "Gin & Premium Spirits", description: "Craft gins, vodkas, rums, and other premium spirits from boutique distilleries and established masters.", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-october-09-2015-johnnie-walker-black-label-e_1232-3322.jpg?_wi=2", imageAlt: "Premium spirits collection"
}
]}
gridVariant="two-columns-alternating-heights"