Merge version_1 into main #3
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Napoli en un Parking"
|
||||
description="Donde el asfalto se vuelve harina. Masa madre, fuego vivo y un carácter barcelonés que no pide perdón."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg?_wi=1"
|
||||
imageAlt="Pizza al horno"
|
||||
avatars={[
|
||||
{
|
||||
@@ -87,22 +87,22 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Margherita", brand: "Clásica", price: "12€", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg"},
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", name: "Tartufo", brand: "Especial", price: "16€", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg"},
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg?_wi=3"},
|
||||
{
|
||||
id: "p3", name: "Burrata", brand: "Premium", price: "18€", rating: 5,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg"},
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg?_wi=4"},
|
||||
{
|
||||
id: "p4", name: "Pepperoni", brand: "Intensa", price: "14€", rating: 4,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg"},
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg?_wi=5"},
|
||||
{
|
||||
id: "p5", name: "Veggie", brand: "Fresc", price: "13€", rating: 4,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg"},
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg?_wi=6"},
|
||||
{
|
||||
id: "p6", name: "Carbonara", brand: "Italiana", price: "15€", rating: 5,
|
||||
reviewCount: "160", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg"},
|
||||
reviewCount: "160", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg?_wi=7"},
|
||||
]}
|
||||
title="Nuestra Carta"
|
||||
description="Selección de autor basada en ingredientes de origen local y técnica napolitana."
|
||||
|
||||
Reference in New Issue
Block a user