From 120a9b2393cfb5c4709d0d413f2225b23c12d14b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:10:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 200 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1376a81..39e6873 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,29 +46,19 @@ export default function LandingPage() { @@ -87,18 +69,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Del asfalto a la brasa.", - }, + type: "text", content: "Del asfalto a la brasa."}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", - alt: "Espacio interior", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", alt: "Espacio interior"}, { - type: "text", - content: "Parking Pizza nació de la obsesión por la excelencia en la simplicidad.", - }, + type: "text", content: "Parking Pizza nació de la obsesión por la excelencia en la simplicidad."}, ]} /> @@ -111,53 +86,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Margherita", - brand: "Clásica", - price: "12€", - rating: 5, - 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: "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"}, { - id: "p2", - name: "Tartufo", - brand: "Especial", - price: "16€", - rating: 5, - 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: "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"}, { - id: "p3", - name: "Burrata", - brand: "Premium", - price: "18€", - rating: 5, - 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: "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"}, { - id: "p4", - name: "Pepperoni", - brand: "Intensa", - price: "14€", - rating: 4, - 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: "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"}, { - id: "p5", - name: "Veggie", - brand: "Fresc", - price: "13€", - rating: 4, - 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: "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"}, { - id: "p6", - name: "Carbonara", - brand: "Italiana", - price: "15€", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg?_wi=7", - }, + 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"}, ]} title="Nuestra Carta" description="Selección de autor basada en ingredientes de origen local y técnica napolitana." @@ -171,34 +116,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - label: "Cocina", - title: "El Horno", - items: [ - "Madera de encina", - "Fuego de 450ºC", - "Tradición", - ], + id: "f1", label: "Cocina", title: "El Horno", items: [ + "Madera de encina", "Fuego de 450ºC", "Tradición"], }, { - id: "f2", - label: "Ambiente", - title: "Mesas Comunitarias", - items: [ - "Diseño industrial", - "Espacio social", - "Acogedor", - ], + id: "f2", label: "Ambiente", title: "Mesas Comunitarias", items: [ + "Diseño industrial", "Espacio social", "Acogedor"], }, { - id: "f3", - label: "Política", - title: "Dog Friendly", - items: [ - "Todos bienvenidos", - "Espacio inclusivo", - "Ambiente local", - ], + id: "f3", label: "Política", title: "Dog Friendly", items: [ + "Todos bienvenidos", "Espacio inclusivo", "Ambiente local"], }, ]} title="La Experiencia" @@ -212,45 +139,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - title: "Excelente", - quote: "La mejor masa madre que he probado en Barcelona.", - name: "Anna S.", - role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060555.jpg", - }, + id: "1", title: "Excelente", quote: "La mejor masa madre que he probado en Barcelona.", name: "Anna S.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060555.jpg"}, { - id: "2", - title: "Ritmo increíble", - quote: "Un servicio frenético pero perfectamente coordinado.", - name: "Marc G.", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg", - }, + id: "2", title: "Ritmo increíble", quote: "Un servicio frenético pero perfectamente coordinado.", name: "Marc G.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg"}, { - id: "3", - title: "Calidad top", - quote: "La combinación de ingredientes es atrevida y acertada.", - name: "Elena R.", - role: "Crítica", - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203620.jpg", - }, + id: "3", title: "Calidad top", quote: "La combinación de ingredientes es atrevida y acertada.", name: "Elena R.", role: "Crítica", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203620.jpg"}, { - id: "4", - title: "Muy dog-friendly", - quote: "Genial poder ir con mi perro y cenar de lujo.", - name: "Jordi V.", - role: "Vecino", - imageSrc: "http://img.b2bpic.net/free-photo/group-adult-friends-having-dinner-together_23-2148454168.jpg", - }, + id: "4", title: "Muy dog-friendly", quote: "Genial poder ir con mi perro y cenar de lujo.", name: "Jordi V.", role: "Vecino", imageSrc: "http://img.b2bpic.net/free-photo/group-adult-friends-having-dinner-together_23-2148454168.jpg"}, { - id: "5", - title: "Volveré siempre", - quote: "Es mi lugar favorito para cenas casuales y de alta calidad.", - name: "Clara M.", - role: "Chef", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517444.jpg", - }, + id: "5", title: "Volveré siempre", quote: "Es mi lugar favorito para cenas casuales y de alta calidad.", name: "Clara M.", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517444.jpg"}, ]} title="Lo que dicen de nosotros" description="Voces del barrio y críticos del mundo." @@ -261,8 +158,7 @@ export default function LandingPage() { @@ -273,29 +169,19 @@ export default function LandingPage() { logoText="PARKING●PIZZA" columns={[ { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Política de Privacidad", - href: "#", - }, + label: "Política de Privacidad", href: "#"}, { - label: "Aviso Legal", - href: "#", - }, + label: "Aviso Legal", href: "#"}, ], }, { - title: "Contacto", - items: [ + title: "Contacto", items: [ { - label: "Reservas", - href: "#", - }, + label: "Reservas", href: "#"}, { - label: "Prensa", - href: "#", - }, + label: "Prensa", href: "#"}, ], }, ]} -- 2.49.1