Update src/app/page.tsx
This commit is contained in:
312
src/app/page.tsx
312
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Nosotros", id: "#about"},
|
||||
{
|
||||
name: "Valores",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Valores", id: "#features"},
|
||||
{
|
||||
name: "Carta",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Carta", id: "#menu"},
|
||||
{
|
||||
name: "Horarios",
|
||||
id: "#hours",
|
||||
},
|
||||
name: "Horarios", id: "#hours"},
|
||||
{
|
||||
name: "Reseñas",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reseñas", id: "#testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
brandName="Don Pasquale"
|
||||
/>
|
||||
@@ -67,87 +53,54 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Don Pasquale"
|
||||
description="Pizzas de horno de leña en el corazón de Asturias, con el auténtico sabor de Italia."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.5/5",
|
||||
label: "Valoración Media",
|
||||
},
|
||||
value: "4.5/5", label: "Valoración Media"},
|
||||
{
|
||||
value: "977",
|
||||
label: "Reseñas Google",
|
||||
},
|
||||
value: "977", label: "Reseñas Google"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Años de Tradición",
|
||||
},
|
||||
value: "20+", label: "Años de Tradición"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Auténtico Sabor Italiano"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserva una mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserva una mesa", href: "#contact"},
|
||||
{
|
||||
text: "Ver nuestra Carta",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver nuestra Carta", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134279.jpg"
|
||||
imageAlt="Interior de la pizzería Don Pasquale con horno de leña"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-cute-smiling-woman-pink-shirt-boho-hippie-style-accessories-smiling-emotional-fun-posing-pink-isolated_285396-10462.jpg",
|
||||
alt: "Cliente feliz",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-cute-smiling-woman-pink-shirt-boho-hippie-style-accessories-smiling-emotional-fun-posing-pink-isolated_285396-10462.jpg", alt: "Cliente feliz"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-having-juice_107420-65906.jpg",
|
||||
alt: "Comensal satisfecho",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-having-juice_107420-65906.jpg", alt: "Comensal satisfecho"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-reading-book-park-sunny-day-sitting-near-tree-lawn-relaxing-outd_1258-127520.jpg",
|
||||
alt: "Cliente sonriendo",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-reading-book-park-sunny-day-sitting-near-tree-lawn-relaxing-outd_1258-127520.jpg", alt: "Cliente sonriendo"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-girl-is-raising-up-her-hands-by-sitting-floor-white-background_176474-116980.jpg",
|
||||
alt: "Mujer en restaurante",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-girl-is-raising-up-her-hands-by-sitting-floor-white-background_176474-116980.jpg", alt: "Mujer en restaurante"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elder-group-friends-partying_23-2150285493.jpg",
|
||||
alt: "Hombre feliz",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elder-group-friends-partying_23-2150285493.jpg", alt: "Hombre feliz"},
|
||||
]}
|
||||
avatarText="+100k clientes satisfechos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Pizzas de Leña Tradicionales",
|
||||
type: "text", text: "Pizzas de Leña Tradicionales"},
|
||||
{
|
||||
type: "text-icon", text: "Ingredientes Frescos", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Ingredientes Frescos",
|
||||
icon: Leaf,
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235781.jpg", alt: "Pizza recién horneada"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235781.jpg",
|
||||
alt: "Pizza recién horneada",
|
||||
},
|
||||
type: "text", text: "Ambiente Familiar y Acogedor"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Ambiente Familiar y Acogedor",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg",
|
||||
alt: "Horno de leña en funcionamiento",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg", alt: "Horno de leña en funcionamiento"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,13 +112,9 @@ export default function LandingPage() {
|
||||
description="Descubre la esencia de Don Pasquale, un rincón de Italia en Avilés. Desde nuestro horno de leña, cada pizza es una obra de arte, hecha con ingredientes frescos y el amor por la tradición italiana. Ven y vive una experiencia culinaria inigualable con un trato impecable que te hará sentir en casa."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.5/5",
|
||||
title: "Valoración Media",
|
||||
},
|
||||
value: "4.5/5", title: "Valoración Media"},
|
||||
{
|
||||
value: "977",
|
||||
title: "Reseñas de Google",
|
||||
},
|
||||
value: "977", title: "Reseñas de Google"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900917.jpg"
|
||||
imageAlt="Interior acogedor del restaurante Don Pasquale"
|
||||
@@ -180,29 +129,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Calidad Suprema",
|
||||
title: "Ingredientes Frescos",
|
||||
subtitle: "Selección Rigurosa",
|
||||
description: "Solo lo mejor de Italia y la región para garantizar el sabor más auténtico en cada bocado. Frescura garantizada.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-with-colored-bell-peppers-cutting-board-with-garlic-tomatoes-chili-peppers-mint-beige-napkin_141793-18544.jpg",
|
||||
imageAlt: "Ingredientes frescos para pizza",
|
||||
},
|
||||
tag: "Calidad Suprema", title: "Ingredientes Frescos", subtitle: "Selección Rigurosa", description: "Solo lo mejor de Italia y la región para garantizar el sabor más auténtico en cada bocado. Frescura garantizada.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-with-colored-bell-peppers-cutting-board-with-garlic-tomatoes-chili-peppers-mint-beige-napkin_141793-18544.jpg", imageAlt: "Ingredientes frescos para pizza"},
|
||||
{
|
||||
tag: "Tradición",
|
||||
title: "Recetas Auténticas",
|
||||
subtitle: "Sabor de Familia",
|
||||
description: "Transmimos las recetas de la Nonna, conservando la esencia de la cocina casera italiana. Un legado de sabor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-pizza-cutter-utensils_23-2148296889.jpg",
|
||||
imageAlt: "Libro de recetas tradicionales italianas",
|
||||
},
|
||||
tag: "Tradición", title: "Recetas Auténticas", subtitle: "Sabor de Familia", description: "Transmimos las recetas de la Nonna, conservando la esencia de la cocina casera italiana. Un legado de sabor.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-pizza-cutter-utensils_23-2148296889.jpg", imageAlt: "Libro de recetas tradicionales italianas"},
|
||||
{
|
||||
tag: "Servicio",
|
||||
title: "Atención Familiar",
|
||||
subtitle: "Trato Personalizado",
|
||||
description: "Cada visita es una celebración, con un servicio cálido que te hará sentir parte de nuestra familia italiana.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-break-office_23-2147727716.jpg",
|
||||
imageAlt: "Personal de Don Pasquale sirviendo a clientes",
|
||||
},
|
||||
tag: "Servicio", title: "Atención Familiar", subtitle: "Trato Personalizado", description: "Cada visita es una celebración, con un servicio cálido que te hará sentir parte de nuestra familia italiana.", imageSrc: "http://img.b2bpic.net/free-photo/people-break-office_23-2147727716.jpg", imageAlt: "Personal de Don Pasquale sirviendo a clientes"},
|
||||
]}
|
||||
title="Nuestros Valores"
|
||||
description="En Don Pasquale, cada detalle importa. Nos comprometemos con la calidad y la autenticidad para ofrecerte lo mejor de la cocina italiana."
|
||||
@@ -217,61 +148,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "pizza-sorrentina",
|
||||
name: "Pizza Sorrentina",
|
||||
price: "14.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-wooden-background_23-2148601580.jpg",
|
||||
imageAlt: "Pizza Sorrentina con tomate cherry",
|
||||
},
|
||||
id: "pizza-sorrentina", name: "Pizza Sorrentina", price: "14.50€", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-wooden-background_23-2148601580.jpg", imageAlt: "Pizza Sorrentina con tomate cherry"},
|
||||
{
|
||||
id: "pizza-4quesos",
|
||||
name: "Pizza 4 Quesos",
|
||||
price: "13.90€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-cheese-cutlery_23-2148765336.jpg",
|
||||
imageAlt: "Pizza de cuatro quesos",
|
||||
},
|
||||
id: "pizza-4quesos", name: "Pizza 4 Quesos", price: "13.90€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-cheese-cutlery_23-2148765336.jpg", imageAlt: "Pizza de cuatro quesos"},
|
||||
{
|
||||
id: "pizza-diavola",
|
||||
name: "Pizza Diavola",
|
||||
price: "15.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg",
|
||||
imageAlt: "Pizza Diavola picante",
|
||||
},
|
||||
id: "pizza-diavola", name: "Pizza Diavola", price: "15.00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg", imageAlt: "Pizza Diavola picante"},
|
||||
{
|
||||
id: "pizza-margherita",
|
||||
name: "Pizza Margherita",
|
||||
price: "12.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/italian-restaurant-template-design_23-2150191736.jpg",
|
||||
imageAlt: "Pizza Margherita clásica",
|
||||
},
|
||||
id: "pizza-margherita", name: "Pizza Margherita", price: "12.50€", imageSrc: "http://img.b2bpic.net/free-vector/italian-restaurant-template-design_23-2150191736.jpg", imageAlt: "Pizza Margherita clásica"},
|
||||
{
|
||||
id: "tortellini-3quesos",
|
||||
name: "Tortellini 3 Quesos",
|
||||
price: "11.80€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-nuggets-boiled-pasta-white-bowl_114579-81612.jpg",
|
||||
imageAlt: "Plato de Tortellini 3 Quesos",
|
||||
},
|
||||
id: "tortellini-3quesos", name: "Tortellini 3 Quesos", price: "11.80€", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-nuggets-boiled-pasta-white-bowl_114579-81612.jpg", imageAlt: "Plato de Tortellini 3 Quesos"},
|
||||
{
|
||||
id: "lasagna",
|
||||
name: "Lasaña Casera",
|
||||
price: "12.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customs-food-plate-high-angle_23-2149598955.jpg",
|
||||
imageAlt: "Porción de lasaña tradicional",
|
||||
},
|
||||
id: "lasagna", name: "Lasaña Casera", price: "12.50€", imageSrc: "http://img.b2bpic.net/free-photo/customs-food-plate-high-angle_23-2149598955.jpg", imageAlt: "Porción de lasaña tradicional"},
|
||||
{
|
||||
id: "tiramisu",
|
||||
name: "Tiramisú",
|
||||
price: "6.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-dessert-with-cream-chocolate-cup-coffee-beans-cup-tea-table_141793-3621.jpg",
|
||||
imageAlt: "Postre Tiramisú italiano",
|
||||
},
|
||||
id: "tiramisu", name: "Tiramisú", price: "6.00€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-dessert-with-cream-chocolate-cup-coffee-beans-cup-tea-table_141793-3621.jpg", imageAlt: "Postre Tiramisú italiano"},
|
||||
{
|
||||
id: "tarta-queso",
|
||||
name: "Tarta de Queso",
|
||||
price: "5.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cheese-cake-with-berries-top-wooden-plate-with-berries-side_181624-12453.jpg",
|
||||
imageAlt: "Tarta de queso con frutos rojos",
|
||||
},
|
||||
id: "tarta-queso", name: "Tarta de Queso", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cheese-cake-with-berries-top-wooden-plate-with-berries-side_181624-12453.jpg", imageAlt: "Tarta de queso con frutos rojos"},
|
||||
]}
|
||||
title="Nuestra Carta Destacada"
|
||||
description="Explora nuestra selección de especialidades, desde pizzas clásicas de horno de leña hasta exquisitas pastas y postres caseros."
|
||||
@@ -285,37 +176,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "hours-daytime-thurs-mon",
|
||||
value: "13:30–16:00",
|
||||
title: "Almuerzo",
|
||||
description: "Jueves, Viernes, Sábado, Domingo y Lunes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-restaurant_1203-1096.jpg",
|
||||
imageAlt: "Ambiente de restaurante durante el almuerzo",
|
||||
},
|
||||
id: "hours-daytime-thurs-mon", value: "13:30–16:00", title: "Almuerzo", description: "Jueves, Viernes, Sábado, Domingo y Lunes", imageSrc: "http://img.b2bpic.net/free-photo/blurred-restaurant_1203-1096.jpg", imageAlt: "Ambiente de restaurante durante el almuerzo"},
|
||||
{
|
||||
id: "hours-dinner-thurs-mon",
|
||||
value: "20:00–23:00",
|
||||
title: "Cena",
|
||||
description: "Jueves y Lunes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-best-friends-who-spending-time-together_23-2148914570.jpg",
|
||||
imageAlt: "Ambiente de restaurante durante la cena",
|
||||
},
|
||||
id: "hours-dinner-thurs-mon", value: "20:00–23:00", title: "Cena", description: "Jueves y Lunes", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-best-friends-who-spending-time-together_23-2148914570.jpg", imageAlt: "Ambiente de restaurante durante la cena"},
|
||||
{
|
||||
id: "hours-dinner-fri-sun",
|
||||
value: "20:30–24:00",
|
||||
title: "Cena Fin de Semana",
|
||||
description: "Viernes a Domingo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-pizza_23-2150347918.jpg",
|
||||
imageAlt: "Ambiente festivo en el restaurante por la noche",
|
||||
},
|
||||
id: "hours-dinner-fri-sun", value: "20:30–24:00", title: "Cena Fin de Semana", description: "Viernes a Domingo", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-pizza_23-2150347918.jpg", imageAlt: "Ambiente festivo en el restaurante por la noche"},
|
||||
{
|
||||
id: "hours-closed-tue-wed",
|
||||
value: "Cerrado",
|
||||
title: "Martes y Miércoles",
|
||||
description: "Días de Descanso",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42534.jpg",
|
||||
imageAlt: "Pizzería cerrada",
|
||||
},
|
||||
id: "hours-closed-tue-wed", value: "Cerrado", title: "Martes y Miércoles", description: "Días de Descanso", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42534.jpg", imageAlt: "Pizzería cerrada"},
|
||||
]}
|
||||
title="Horarios de Don Pasquale"
|
||||
description="Planifica tu visita a nuestra pizzería. Te esperamos para ofrecerte una auténtica experiencia italiana en Avilés."
|
||||
@@ -328,50 +195,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¡La mejor pizza de Avilés!",
|
||||
quote: "Don Pasquale es mi pizzería favorita. La masa es espectacular y los ingredientes frescos. ¡Como estar en Italia!",
|
||||
name: "Lucía Fernández",
|
||||
role: "Cliente habitual",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-181.jpg",
|
||||
imageAlt: "Lucía Fernández",
|
||||
},
|
||||
id: "1", title: "¡La mejor pizza de Avilés!", quote: "Don Pasquale es mi pizzería favorita. La masa es espectacular y los ingredientes frescos. ¡Como estar en Italia!", name: "Lucía Fernández", role: "Cliente habitual", imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-181.jpg", imageAlt: "Lucía Fernández"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Auténtico sabor italiano",
|
||||
quote: "Cada plato transporta a Italia. El horno de leña marca la diferencia. ¡Imperdible si estás en Avilés!",
|
||||
name: "Marco Rossi",
|
||||
role: "Chef visitante",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-person-sitting-table-with-glasses-wine_23-2148016866.jpg",
|
||||
imageAlt: "Marco Rossi",
|
||||
},
|
||||
id: "2", title: "Auténtico sabor italiano", quote: "Cada plato transporta a Italia. El horno de leña marca la diferencia. ¡Imperdible si estás en Avilés!", name: "Marco Rossi", role: "Chef visitante", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-person-sitting-table-with-glasses-wine_23-2148016866.jpg", imageAlt: "Marco Rossi"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Ambiente y comida insuperables",
|
||||
quote: "No solo la comida es excelente, el ambiente rústico y el trato familiar hacen que cada visita sea especial. Muy recomendable.",
|
||||
name: "Ana García",
|
||||
role: "Food Blogger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-sharing-popcorn-having-beer_23-2147745040.jpg",
|
||||
imageAlt: "Ana García",
|
||||
},
|
||||
id: "3", title: "Ambiente y comida insuperables", quote: "No solo la comida es excelente, el ambiente rústico y el trato familiar hacen que cada visita sea especial. Muy recomendable.", name: "Ana García", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/friends-sharing-popcorn-having-beer_23-2147745040.jpg", imageAlt: "Ana García"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Perfecto para cualquier ocasión",
|
||||
quote: "He venido con amigos y en familia. Siempre salimos encantados. La lasaña es un sueño y las pizzas, sublimes.",
|
||||
name: "Pablo Castro",
|
||||
role: "Empresario local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-plan_23-2147813572.jpg",
|
||||
imageAlt: "Pablo Castro",
|
||||
},
|
||||
id: "4", title: "Perfecto para cualquier ocasión", quote: "He venido con amigos y en familia. Siempre salimos encantados. La lasaña es un sueño y las pizzas, sublimes.", name: "Pablo Castro", role: "Empresario local", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-plan_23-2147813572.jpg", imageAlt: "Pablo Castro"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Experiencia culinaria top",
|
||||
quote: "Desde el primer bocado sabes que estás ante una pizzería con pasión. El servicio, la calidad, todo es de diez. Volveré pronto.",
|
||||
name: "Isabel Pardo",
|
||||
role: "Gastrónoma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-relaxed-couple-eating-dinner-drinking-glasses-red-wine-together-kitchen-home-elderly-retired-old-people-enjoying-meal-celebrating-their-anniversary-dining-room_482257-3101.jpg",
|
||||
imageAlt: "Isabel Pardo",
|
||||
},
|
||||
id: "5", title: "Experiencia culinaria top", quote: "Desde el primer bocado sabes que estás ante una pizzería con pasión. El servicio, la calidad, todo es de diez. Volveré pronto.", name: "Isabel Pardo", role: "Gastrónoma", imageSrc: "http://img.b2bpic.net/free-photo/senior-relaxed-couple-eating-dinner-drinking-glasses-red-wine-together-kitchen-home-elderly-retired-old-people-enjoying-meal-celebrating-their-anniversary-dining-room_482257-3101.jpg", imageAlt: "Isabel Pardo"},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Las experiencias de quienes ya han disfrutado del auténtico sabor italiano en Don Pasquale."
|
||||
@@ -382,20 +214,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contacto"
|
||||
title="Visítanos o Llámanos"
|
||||
description="Encuéntranos en el corazón de Avilés (C. la Ferrería, 26). Estamos listos para servirte la mejor pizza, ya sea para comer en nuestro local acogedor o para llevar a casa. ¡Tu experiencia Don Pasquale te espera!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar ahora: 985 51 20 94",
|
||||
href: "tel:+34985512094",
|
||||
},
|
||||
text: "Llamar ahora: 985 51 20 94", href: "tel:+34985512094"},
|
||||
{
|
||||
text: "Cómo llegar",
|
||||
href: "https://www.google.com/maps/search/?api=1&query=Don+Pasquale+C.+la+Ferrer%C3%ADa,+26,+Avil%C3%A9s,+Asturias",
|
||||
},
|
||||
text: "Cómo llegar", href: "https://www.google.com/maps/search/?api=1&query=Don+Pasquale+C.+la+Ferrer%C3%ADa,+26,+Avil%C3%A9s,+Asturias"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -407,50 +234,31 @@ export default function LandingPage() {
|
||||
logoText="Don Pasquale"
|
||||
columns={[
|
||||
{
|
||||
title: "Explora",
|
||||
items: [
|
||||
title: "Explora", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Nuestra Carta",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Nuestra Carta", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "Ubicación",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Ubicación", href: "#contact"},
|
||||
{
|
||||
label: "Teléfono",
|
||||
href: "tel:+34985512094",
|
||||
},
|
||||
label: "Teléfono", href: "tel:+34985512094"},
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservas", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos de Servicio",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos de Servicio", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user