Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| feec197e49 | |||
| 394171b69b | |||
| 1f90199949 | |||
| 4043bf5829 |
@@ -117,25 +117,30 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "tapas-1", brand: "Spanish Delicacy", name: "Patatas Bravas", price: "$12", rating: 5,
|
||||
reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-carpaccio-salmon-meat_74190-873.jpg", imageAlt: "Patatas Bravas with spicy tomato sauce"},
|
||||
reviewCount: "240", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/tapas-patatas-bravas.webp", imageAlt: "Patatas Bravas with spicy tomato sauce"},
|
||||
{
|
||||
id: "tapas-2", brand: "Seafood Special", name: "Gambas al Ajillo", price: "$18", rating: 5,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chorizo-sliced-plate-assortment_23-2148974665.jpg", imageAlt: "Garlic shrimp in olive oil"},
|
||||
reviewCount: "180", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/tapas-gambas-al-ajillo.webp", imageAlt: "Garlic shrimp in olive oil"},
|
||||
{
|
||||
id: "tapas-3", brand: "Classic Spanish", name: "Jamon Iberico", price: "$25", rating: 5,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_1203-7416.jpg", imageAlt: "Platter of sliced Jamon Iberico"},
|
||||
reviewCount: "300", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/tapas-jamon-iberico.webp", imageAlt: "Platter of sliced Jamon Iberico"},
|
||||
{
|
||||
id: "tequila-1", brand: "Aged Reserve", name: "Clase Azul Añejo", price: "$60/glass", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267851.jpg", imageAlt: "Clase Azul Añejo tequila bottle"},
|
||||
reviewCount: "150", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/tequila-clase-azul-anejo.webp", imageAlt: "Clase Azul Añejo tequila bottle"},
|
||||
{
|
||||
id: "tequila-2", brand: "Smooth Reposado", name: "Don Julio Reposado", price: "$35/glass", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/aromatic-spices-near-oils_23-2147930111.jpg", imageAlt: "Don Julio Reposado tequila bottle"},
|
||||
reviewCount: "210", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/tequila-don-julio-reposado.webp", imageAlt: "Don Julio Reposado tequila bottle"},
|
||||
{
|
||||
id: "tequila-3", brand: "Artisan Mezcal", name: "Mezcal Unión Uno", price: "$40/glass", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420724.jpg", imageAlt: "Mezcal Unión Uno bottle"},
|
||||
reviewCount: "95", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/mezcal-union-uno.webp", imageAlt: "Mezcal Unión Uno bottle"},
|
||||
]}
|
||||
title="Signature Tapas & Rare Tequilas"
|
||||
description="Explore a selection of our most celebrated dishes and exclusive tequila offerings, meticulously chosen for exceptional taste and quality."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu", href: "#menu"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user