Update src/app/products/page.tsx
This commit is contained in:
@@ -49,7 +49,7 @@ export default function ProductsPage() {
|
||||
description="Discover our handpicked selection of authentic tequila and salsa, each crafted with generations of expertise and passion from the heart of Mexico."
|
||||
tag="Collection"
|
||||
background={{ variant: "blurBottom" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg?_wi=3"
|
||||
imageAlt="Premium tequila and salsa collection"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
@@ -70,42 +70,42 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
name: "Tequila Reposado",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg?_wi=4",
|
||||
imageAlt: "Tequila Reposado bottle",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tequila Blanco",
|
||||
price: "$39.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993609.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993609.jpg?_wi=2",
|
||||
imageAlt: "Tequila Blanco bottle",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Salsa Verde Premium",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soup-clay-pot-served-with-herbs_141793-964.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soup-clay-pot-served-with-herbs_141793-964.jpg?_wi=2",
|
||||
imageAlt: "Salsa Verde jar",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tequila Añejo",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg?_wi=5",
|
||||
imageAlt: "Tequila Añejo bottle",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Salsa Roja Artisan",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soup-clay-pot-served-with-herbs_141793-964.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soup-clay-pot-served-with-herbs_141793-964.jpg?_wi=3",
|
||||
imageAlt: "Salsa Roja jar",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Tequila Cristalino",
|
||||
price: "$64.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993609.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993609.jpg?_wi=3",
|
||||
imageAlt: "Tequila Cristalino bottle",
|
||||
},
|
||||
]}
|
||||
@@ -125,21 +125,21 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
title: "Single-Source Excellence",
|
||||
description: "All our tequila comes exclusively from certified agave fields in Jalisco, ensuring consistent quality and authentic Mexican heritage in every bottle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-plants-trees-against-blue-sky_181624-27627.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-plants-trees-against-blue-sky_181624-27627.jpg?_wi=2",
|
||||
imageAlt: "Agave fields",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Artisan Production",
|
||||
description: "Our small-batch distillation process honors traditional Mexican craftsmanship, producing complex flavors that larger producers cannot achieve.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-items-arrangement_23-2149673017.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-items-arrangement_23-2149673017.jpg?_wi=2",
|
||||
imageAlt: "Artisan craftsmanship",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Family Recipes",
|
||||
description: "Passed down through four generations, our recipes combine ancestral techniques with premium ingredients for unmatched authenticity and taste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg?_wi=2",
|
||||
imageAlt: "Family recipes",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user