Update src/app/products/page.tsx
This commit is contained in:
@@ -18,9 +18,7 @@ export default function ProductsPage() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
const navButton = {
|
const navButton = {
|
||||||
text: "Order Now",
|
text: "Order Now", href: "/products"};
|
||||||
href: "/products",
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
@@ -29,7 +27,7 @@ export default function ProductsPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="blurBottom"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -48,8 +46,8 @@ export default function ProductsPage() {
|
|||||||
title="Our Premium Collection"
|
title="Our Premium Collection"
|
||||||
description="Discover our handpicked selection of authentic tequila and salsa, each crafted with generations of expertise and passion from the heart of Mexico."
|
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"
|
tag="Collection"
|
||||||
background={{ variant: "blurBottom" }}
|
background={{ variant: "plain" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg?_wi=3"
|
imageSrc="http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg"
|
||||||
imageAlt="Premium tequila and salsa collection"
|
imageAlt="Premium tequila and salsa collection"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -67,47 +65,17 @@ export default function ProductsPage() {
|
|||||||
description="Browse our complete selection of artisan tequila and authentic Mexican salsa. Each product is carefully sourced and crafted to deliver exceptional quality."
|
description="Browse our complete selection of artisan tequila and authentic Mexican salsa. Each product is carefully sourced and crafted to deliver exceptional quality."
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Tequila Reposado", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg", imageAlt: "Tequila Reposado bottle"},
|
||||||
name: "Tequila Reposado",
|
|
||||||
price: "$49.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg?_wi=4",
|
|
||||||
imageAlt: "Tequila Reposado bottle",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Tequila Blanco", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993609.jpg", imageAlt: "Tequila Blanco bottle"},
|
||||||
name: "Tequila Blanco",
|
|
||||||
price: "$39.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993609.jpg?_wi=2",
|
|
||||||
imageAlt: "Tequila Blanco bottle",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
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", imageAlt: "Salsa Verde jar"},
|
||||||
name: "Salsa Verde Premium",
|
|
||||||
price: "$12.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/soup-clay-pot-served-with-herbs_141793-964.jpg?_wi=2",
|
|
||||||
imageAlt: "Salsa Verde jar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Tequila Añejo", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg", imageAlt: "Tequila Añejo bottle"},
|
||||||
name: "Tequila Añejo",
|
|
||||||
price: "$59.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163026.jpg?_wi=5",
|
|
||||||
imageAlt: "Tequila Añejo bottle",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
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", imageAlt: "Salsa Roja jar"},
|
||||||
name: "Salsa Roja Artisan",
|
|
||||||
price: "$14.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/soup-clay-pot-served-with-herbs_141793-964.jpg?_wi=3",
|
|
||||||
imageAlt: "Salsa Roja jar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Tequila Cristalino", price: "$64.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993609.jpg", imageAlt: "Tequila Cristalino bottle"},
|
||||||
name: "Tequila Cristalino",
|
|
||||||
price: "$64.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993609.jpg?_wi=3",
|
|
||||||
imageAlt: "Tequila Cristalino bottle",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -122,31 +90,16 @@ export default function ProductsPage() {
|
|||||||
description="Each product reflects our commitment to quality, authenticity, and heritage"
|
description="Each product reflects our commitment to quality, authenticity, and heritage"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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", imageAlt: "Agave fields"},
|
||||||
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?_wi=2",
|
|
||||||
imageAlt: "Agave fields",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
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", imageAlt: "Artisan craftsmanship"},
|
||||||
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?_wi=2",
|
|
||||||
imageAlt: "Artisan craftsmanship",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
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", imageAlt: "Family recipes"},
|
||||||
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?_wi=2",
|
|
||||||
imageAlt: "Family recipes",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="uniform-4-items"
|
gridVariant="three-columns-all-equal-width"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user