|
|
|
|
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarStyleApple
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "Inicio",
|
|
|
|
|
id: "hero",
|
|
|
|
|
},
|
|
|
|
|
name: "Inicio", id: "hero"},
|
|
|
|
|
{
|
|
|
|
|
name: "Carta",
|
|
|
|
|
id: "menu",
|
|
|
|
|
},
|
|
|
|
|
name: "Carta", id: "menu"},
|
|
|
|
|
{
|
|
|
|
|
name: "Donde Estamos",
|
|
|
|
|
id: "contact",
|
|
|
|
|
},
|
|
|
|
|
name: "Donde Estamos", id: "contact"},
|
|
|
|
|
]}
|
|
|
|
|
brandName="Donna Sofia"
|
|
|
|
|
/>
|
|
|
|
|
@@ -50,19 +44,14 @@ export default function LandingPage() {
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroLogoBillboard
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain",
|
|
|
|
|
}}
|
|
|
|
|
variant: "plain"}}
|
|
|
|
|
logoText="Donna Sofia"
|
|
|
|
|
description="El auténtico alma de Nápoles en Elche. Fermentación de 72h, ingredientes importados de Italia y el cariño 'como la nonna' en cada pizza."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Ver Carta",
|
|
|
|
|
href: "#menu",
|
|
|
|
|
},
|
|
|
|
|
text: "Ver Carta", href: "#menu"},
|
|
|
|
|
{
|
|
|
|
|
text: "Reserva Ahora",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
text: "Reserva Ahora", href: "#contact"},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901153.jpg"
|
|
|
|
|
imageAlt="Auténtica pizza napolitana"
|
|
|
|
|
@@ -77,17 +66,11 @@ export default function LandingPage() {
|
|
|
|
|
description="En Donna Sofia, creemos que la paciencia es el ingrediente principal. Con nuestra masa de fermentación lenta de 72 horas y productos traídos directamente desde Italia, recreamos la experiencia de una verdadera pizzería napolitana en nuestro rincón junto al palmeral de Elche."
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
value: "72h",
|
|
|
|
|
title: "Fermentación Lenta",
|
|
|
|
|
},
|
|
|
|
|
value: "72h", title: "Fermentación Lenta"},
|
|
|
|
|
{
|
|
|
|
|
value: "100%",
|
|
|
|
|
title: "Ingredientes Italianos",
|
|
|
|
|
},
|
|
|
|
|
value: "100%", title: "Ingredientes Italianos"},
|
|
|
|
|
{
|
|
|
|
|
value: "Nonna",
|
|
|
|
|
title: "Cariño Auténtico",
|
|
|
|
|
},
|
|
|
|
|
value: "Nonna", title: "Cariño Auténtico"},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/italian-ingredients-group-white-table_23-2148149152.jpg"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
@@ -101,26 +84,11 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
tag: "Signature",
|
|
|
|
|
title: "Bosco Reale",
|
|
|
|
|
subtitle: "La favorita de la casa",
|
|
|
|
|
description: "Una combinación sublime de ingredientes selectos que captura el auténtico sabor del bosque italiano.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-wooden-table_23-2148305639.jpg",
|
|
|
|
|
},
|
|
|
|
|
tag: "Signature", title: "Bosco Reale", subtitle: "La favorita de la casa", description: "Una combinación sublime de ingredientes selectos que captura el auténtico sabor del bosque italiano.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-wooden-table_23-2148305639.jpg"},
|
|
|
|
|
{
|
|
|
|
|
tag: "Creative",
|
|
|
|
|
title: "Carbodama",
|
|
|
|
|
subtitle: "Innovación Napolitana",
|
|
|
|
|
description: "Nuestra versión única que redefine los sabores de la carbonara sobre una masa crujiente y ligera.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-italian-pizza-gray-concrete-background_23-2148090938.jpg",
|
|
|
|
|
},
|
|
|
|
|
tag: "Creative", title: "Carbodama", subtitle: "Innovación Napolitana", description: "Nuestra versión única que redefine los sabores de la carbonara sobre una masa crujiente y ligera.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-italian-pizza-gray-concrete-background_23-2148090938.jpg"},
|
|
|
|
|
{
|
|
|
|
|
tag: "Tradición",
|
|
|
|
|
title: "Masa Sin Gluten",
|
|
|
|
|
subtitle: "Artesanal",
|
|
|
|
|
description: "Elaborada en casa, manteniendo siempre la ligereza y el sabor de nuestra masa original.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-vegetables-arrangement_23-2148574222.jpg",
|
|
|
|
|
},
|
|
|
|
|
tag: "Tradición", title: "Masa Sin Gluten", subtitle: "Artesanal", description: "Elaborada en casa, manteniendo siempre la ligereza y el sabor de nuestra masa original.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-vegetables-arrangement_23-2148574222.jpg"},
|
|
|
|
|
]}
|
|
|
|
|
title="Nuestras Estrellas"
|
|
|
|
|
description="Descubre por qué nuestros clientes nos llaman la mejor pizzería de Elche."
|
|
|
|
|
@@ -135,62 +103,27 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "p1",
|
|
|
|
|
brand: "Napoli",
|
|
|
|
|
name: "Margherita",
|
|
|
|
|
price: "12€",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "120",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-pizza-with-basil-cherry-tomatoes_23-2148765286.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "p1", brand: "Napoli", name: "Margherita", price: "12€", rating: 5,
|
|
|
|
|
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-pizza-with-basil-cherry-tomatoes_23-2148765286.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p2",
|
|
|
|
|
brand: "Napoli",
|
|
|
|
|
name: "Verdure",
|
|
|
|
|
price: "14€",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "85",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/scattered-pasta-with-pasta-meals-mushrooms-piece-sack_176474-6964.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "p2", brand: "Napoli", name: "Verdure", price: "14€", rating: 5,
|
|
|
|
|
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/scattered-pasta-with-pasta-meals-mushrooms-piece-sack_176474-6964.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p3",
|
|
|
|
|
brand: "Napoli",
|
|
|
|
|
name: "Prosciutto",
|
|
|
|
|
price: "15€",
|
|
|
|
|
rating: 4,
|
|
|
|
|
reviewCount: "92",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "p3", brand: "Napoli", name: "Prosciutto", price: "15€", rating: 4,
|
|
|
|
|
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p4",
|
|
|
|
|
brand: "Napoli",
|
|
|
|
|
name: "Diavola",
|
|
|
|
|
price: "14€",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "110",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286881.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "p4", brand: "Napoli", name: "Diavola", price: "14€", rating: 5,
|
|
|
|
|
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286881.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p5",
|
|
|
|
|
brand: "Napoli",
|
|
|
|
|
name: "Bosco Reale",
|
|
|
|
|
price: "18€",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "250",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "p5", brand: "Napoli", name: "Bosco Reale", price: "18€", rating: 5,
|
|
|
|
|
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p6",
|
|
|
|
|
brand: "Napoli",
|
|
|
|
|
name: "Carbodama",
|
|
|
|
|
price: "17€",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "200",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cut-pizza-board_23-2147772132.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "p6", brand: "Napoli", name: "Carbodama", price: "17€", rating: 5,
|
|
|
|
|
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/cut-pizza-board_23-2147772132.jpg"},
|
|
|
|
|
]}
|
|
|
|
|
title="Nuestra Carta"
|
|
|
|
|
description="Explora nuestra selección de pizzas, antipasti y dulces italianos."
|
|
|
|
|
buttons={[{ text: "Ver la Carta Completa", href: "/menu" }]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -200,20 +133,11 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "f1",
|
|
|
|
|
title: "¿Tienen opciones sin gluten?",
|
|
|
|
|
content: "¡Sí! Elaboramos nuestra propia masa sin gluten de forma artesanal, manteniendo la esencia napolitana.",
|
|
|
|
|
},
|
|
|
|
|
id: "f1", title: "¿Tienen opciones sin gluten?", content: "¡Sí! Elaboramos nuestra propia masa sin gluten de forma artesanal, manteniendo la esencia napolitana."},
|
|
|
|
|
{
|
|
|
|
|
id: "f2",
|
|
|
|
|
title: "¿Dónde están ubicados?",
|
|
|
|
|
content: "Nos encontramos en Av. de la Comunitat Valenciana, 27, en Elche, muy cerca del palmeral.",
|
|
|
|
|
},
|
|
|
|
|
id: "f2", title: "¿Dónde están ubicados?", content: "Nos encontramos en Av. de la Comunitat Valenciana, 27, en Elche, muy cerca del palmeral."},
|
|
|
|
|
{
|
|
|
|
|
id: "f3",
|
|
|
|
|
title: "¿Cómo reservo?",
|
|
|
|
|
content: "Puedes llamarnos al 966 16 88 38 o escribirnos a donnasofia20@gmail.com.",
|
|
|
|
|
},
|
|
|
|
|
id: "f3", title: "¿Cómo reservo?", content: "Puedes llamarnos al 966 16 88 38 o escribirnos a donnasofia20@gmail.com."},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-table_23-2149410755.jpg"
|
|
|
|
|
title="Preguntas Frecuentes"
|
|
|
|
|
@@ -228,30 +152,15 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "t1",
|
|
|
|
|
name: "Elena M.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "t1", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "t2",
|
|
|
|
|
name: "Carlos R.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-enjoying-christmas-dinner-table-together-with-close-family-members-while-smiling-heartily-camera-joyful-person-sitting-living-room-while-celebrating-traditional-winter-holiday_482257-46994.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "t2", name: "Carlos R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-enjoying-christmas-dinner-table-together-with-close-family-members-while-smiling-heartily-camera-joyful-person-sitting-living-room-while-celebrating-traditional-winter-holiday_482257-46994.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "t3",
|
|
|
|
|
name: "Lucía P.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-girl-holds-broccoli-lettuce-cupcake-looks-excited-eating-pastry-vegetables-whit_1258-173996.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "t3", name: "Lucía P.", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-girl-holds-broccoli-lettuce-cupcake-looks-excited-eating-pastry-vegetables-whit_1258-173996.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "t4",
|
|
|
|
|
name: "Marcos V.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tasty-food_23-2150168091.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "t4", name: "Marcos V.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tasty-food_23-2150168091.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "t5",
|
|
|
|
|
name: "Sofía G.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture-smiling-broadly-agree-recommend-perfect-product-skincare-standing-satisfied-orange-background_1258-308855.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "t5", name: "Sofía G.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture-smiling-broadly-agree-recommend-perfect-product-skincare-standing-satisfied-orange-background_1258-308855.jpg"},
|
|
|
|
|
]}
|
|
|
|
|
cardTitle="Lo que dicen nuestros clientes"
|
|
|
|
|
cardTag="Experiencias"
|
|
|
|
|
@@ -266,20 +175,12 @@ export default function LandingPage() {
|
|
|
|
|
description="Ven a disfrutar del mejor sabor italiano en Elche."
|
|
|
|
|
inputs={[
|
|
|
|
|
{
|
|
|
|
|
name: "nombre",
|
|
|
|
|
type: "text",
|
|
|
|
|
placeholder: "Tu nombre",
|
|
|
|
|
},
|
|
|
|
|
name: "nombre", type: "text", placeholder: "Tu nombre"},
|
|
|
|
|
{
|
|
|
|
|
name: "email",
|
|
|
|
|
type: "email",
|
|
|
|
|
placeholder: "Tu email",
|
|
|
|
|
},
|
|
|
|
|
name: "email", type: "email", placeholder: "Tu email"},
|
|
|
|
|
]}
|
|
|
|
|
textarea={{
|
|
|
|
|
name: "mensaje",
|
|
|
|
|
placeholder: "Detalles de tu reserva...",
|
|
|
|
|
}}
|
|
|
|
|
name: "mensaje", placeholder: "Detalles de tu reserva..."}}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -289,38 +190,25 @@ export default function LandingPage() {
|
|
|
|
|
logoText="Donna Sofia"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Contacto",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Contacto", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "966 16 88 38",
|
|
|
|
|
href: "tel:966168838",
|
|
|
|
|
},
|
|
|
|
|
label: "966 16 88 38", href: "tel:966168838"},
|
|
|
|
|
{
|
|
|
|
|
label: "donnasofia20@gmail.com",
|
|
|
|
|
href: "mailto:donnasofia20@gmail.com",
|
|
|
|
|
},
|
|
|
|
|
label: "donnasofia20@gmail.com", href: "mailto:donnasofia20@gmail.com"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Ubicación",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Ubicación", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Av. de la Comunitat Valenciana, 27",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Av. de la Comunitat Valenciana, 27", href: "#"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Síguenos",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Síguenos", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Instagram",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Instagram", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "Facebook",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Facebook", href: "#"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
@@ -330,4 +218,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|