Merge version_1 into main #2
344
src/app/page.tsx
344
src/app/page.tsx
@@ -33,34 +33,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Manifiesto",
|
||||
id: "#manifiesto",
|
||||
},
|
||||
name: "Manifiesto", id: "#manifiesto"},
|
||||
{
|
||||
name: "Suites",
|
||||
id: "#suites",
|
||||
},
|
||||
name: "Suites", id: "#suites"},
|
||||
{
|
||||
name: "Experiencias",
|
||||
id: "#experiencias",
|
||||
},
|
||||
name: "Experiencias", id: "#experiencias"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "#opiniones",
|
||||
},
|
||||
name: "Opiniones", id: "#opiniones"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contacto",
|
||||
},
|
||||
name: "Contacto", id: "#contacto"},
|
||||
]}
|
||||
button={{
|
||||
text: "Reservar Estancia",
|
||||
href: "#contacto",
|
||||
}}
|
||||
text: "Reservar Estancia", href: "#contacto"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dlmm4h"
|
||||
logoAlt="Capricho Dénia Logo"
|
||||
brandName="Capricho Dénia"
|
||||
@@ -70,86 +56,55 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Capricho Dénia: Donde la Elegancia Abraza la Simplicidad"
|
||||
description="Un remanso afromediterráneo Adults Only. Descubre la calma, la luz y el diseño artesanal en tu santuario privado."
|
||||
kpis={[
|
||||
{
|
||||
value: "24°C",
|
||||
label: "Temperatura media",
|
||||
},
|
||||
value: "24°C", label: "Temperatura media"},
|
||||
{
|
||||
value: "320+",
|
||||
label: "Días de sol al año",
|
||||
},
|
||||
value: "320+", label: "Días de sol al año"},
|
||||
{
|
||||
value: "5 Estrellas",
|
||||
label: "Experiencia garantizada",
|
||||
},
|
||||
value: "5 Estrellas", label: "Experiencia garantizada"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Estancia",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Reservar Estancia", href: "#contacto"},
|
||||
{
|
||||
text: "Descubrir Suites",
|
||||
href: "#suites",
|
||||
},
|
||||
text: "Descubrir Suites", href: "#suites"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497259.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497259.jpg"
|
||||
imageAlt="Vista atmosférica de Capricho Dénia con luz mediterránea"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/rear-view-woman-meditating-her-room_1163-16.jpg",
|
||||
alt: "Mujer meditando relajada",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/rear-view-woman-meditating-her-room_1163-16.jpg", alt: "Mujer meditando relajada"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-near-window_1157-18929.jpg",
|
||||
alt: "Hombre contemplando por la ventana",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-near-window_1157-18929.jpg", alt: "Hombre contemplando por la ventana"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-home_1157-18416.jpg",
|
||||
alt: "Pareja disfrutando en casa",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-home_1157-18416.jpg", alt: "Pareja disfrutando en casa"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/from-woman-doing-yoga_23-2147802562.jpg",
|
||||
alt: "Mujer haciendo yoga",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/from-woman-doing-yoga_23-2147802562.jpg", alt: "Mujer haciendo yoga"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-lying-yellow-cloth-nature_23-2148170283.jpg",
|
||||
alt: "Joven relajándose en la naturaleza",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-lying-yellow-cloth-nature_23-2148170283.jpg", alt: "Joven relajándose en la naturaleza"},
|
||||
]}
|
||||
avatarText="+1.2K huéspedes satisfechos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Calma",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Calma", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Relax",
|
||||
icon: Waves,
|
||||
type: "text-icon", text: "Relax", icon: Waves,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Diseño",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Diseño", icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Bienestar",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Bienestar", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exclusividad",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Exclusividad", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -160,9 +115,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Nuestra Esencia: Natural, Vitalista, Serena"
|
||||
description="En Capricho Dénia, cada instante es una invitación a vivir la vida de forma pausada y consciente. Un diseño que fluye con la naturaleza, materiales orgánicos que acarician tus sentidos y una atmósfera donde el tiempo se detiene. Regenera tu espíritu y reconecta contigo mismo."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-sports-lady-beach-listening-music-with-earphones_171337-14881.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-sports-lady-beach-listening-music-with-earphones_171337-14881.jpg"
|
||||
imageAlt="Filosofía natural y sostenible en Capricho Dénia"
|
||||
mediaAnimation="blur-reveal"
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,65 +130,23 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
products={[
|
||||
{
|
||||
id: "suite-1",
|
||||
brand: "Capricho Dénia",
|
||||
name: "Suite Cala Blava",
|
||||
price: "Desde 200€/noche",
|
||||
rating: 5,
|
||||
reviewCount: "Excepcional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-bedroom-decorated-with-brazilian-folklore-design_23-2150793991.jpg?_wi=1",
|
||||
imageAlt: "Suite Cala Blava con vistas al mar",
|
||||
},
|
||||
id: "suite-1", brand: "Capricho Dénia", name: "Suite Cala Blava", price: "Desde 200€/noche", rating: 5,
|
||||
reviewCount: "Excepcional", imageSrc: "http://img.b2bpic.net/free-photo/bed-bedroom-decorated-with-brazilian-folklore-design_23-2150793991.jpg", imageAlt: "Suite Cala Blava con vistas al mar"},
|
||||
{
|
||||
id: "suite-2",
|
||||
brand: "Capricho Dénia",
|
||||
name: "Suite Cala Mora",
|
||||
price: "Desde 215€/noche",
|
||||
rating: 5,
|
||||
reviewCount: "Excelente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoors-conference-space-business-chair_1203-4121.jpg",
|
||||
imageAlt: "Suite Cala Mora con ambiente rústico",
|
||||
},
|
||||
id: "suite-2", brand: "Capricho Dénia", name: "Suite Cala Mora", price: "Desde 215€/noche", rating: 5,
|
||||
reviewCount: "Excelente", imageSrc: "http://img.b2bpic.net/free-photo/indoors-conference-space-business-chair_1203-4121.jpg", imageAlt: "Suite Cala Mora con ambiente rústico"},
|
||||
{
|
||||
id: "suite-3",
|
||||
brand: "Capricho Dénia",
|
||||
name: "Suite Cala Foradada",
|
||||
price: "Desde 230€/noche",
|
||||
rating: 5,
|
||||
reviewCount: "Impresionante",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-bathrobe_1157-18569.jpg",
|
||||
imageAlt: "Suite Cala Foradada con terraza privada",
|
||||
},
|
||||
id: "suite-3", brand: "Capricho Dénia", name: "Suite Cala Foradada", price: "Desde 230€/noche", rating: 5,
|
||||
reviewCount: "Impresionante", imageSrc: "http://img.b2bpic.net/free-photo/girl-bathrobe_1157-18569.jpg", imageAlt: "Suite Cala Foradada con terraza privada"},
|
||||
{
|
||||
id: "suite-4",
|
||||
brand: "Capricho Dénia",
|
||||
name: "Suite Cala Ambolo",
|
||||
price: "Desde 250€/noche",
|
||||
rating: 5,
|
||||
reviewCount: "Perfecta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166816.jpg",
|
||||
imageAlt: "Suite Cala Ambolo con bañera exenta",
|
||||
},
|
||||
id: "suite-4", brand: "Capricho Dénia", name: "Suite Cala Ambolo", price: "Desde 250€/noche", rating: 5,
|
||||
reviewCount: "Perfecta", imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166816.jpg", imageAlt: "Suite Cala Ambolo con bañera exenta"},
|
||||
{
|
||||
id: "suite-5",
|
||||
brand: "Capricho Dénia",
|
||||
name: "Suite Cala Granadella",
|
||||
price: "Desde 265€/noche",
|
||||
rating: 5,
|
||||
reviewCount: "Inolvidable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-bedroom-decoration-lighting-new_1203-4786.jpg",
|
||||
imageAlt: "Suite Cala Granadella con detalles artesanales",
|
||||
},
|
||||
id: "suite-5", brand: "Capricho Dénia", name: "Suite Cala Granadella", price: "Desde 265€/noche", rating: 5,
|
||||
reviewCount: "Inolvidable", imageSrc: "http://img.b2bpic.net/free-photo/light-bedroom-decoration-lighting-new_1203-4786.jpg", imageAlt: "Suite Cala Granadella con detalles artesanales"},
|
||||
{
|
||||
id: "suite-6",
|
||||
brand: "Capricho Dénia",
|
||||
name: "Suite Cala Portitxol",
|
||||
price: "Desde 280€/noche",
|
||||
rating: 5,
|
||||
reviewCount: "Maravillosa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-calls_23-2149684488.jpg",
|
||||
imageAlt: "Suite Cala Portitxol con vistas panorámicas",
|
||||
},
|
||||
id: "suite-6", brand: "Capricho Dénia", name: "Suite Cala Portitxol", price: "Desde 280€/noche", rating: 5,
|
||||
reviewCount: "Maravillosa", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-calls_23-2149684488.jpg", imageAlt: "Suite Cala Portitxol con vistas panorámicas"},
|
||||
]}
|
||||
title="Suites Únicas con Alma Propia"
|
||||
description="Diez santuarios de diseño, cada uno con su personalidad inspirada en la belleza de Dénia. Cal, lino, madera y texturas artesanales te esperan para una desconexión total y un lujo sereno."
|
||||
@@ -247,55 +160,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Productos de Kilómetro Cero",
|
||||
description: "Ingredientes orgánicos y de temporada, seleccionados de productores locales para ofrecer la máxima frescura y apoyar la sostenibilidad.",
|
||||
icon: Apple,
|
||||
title: "Productos de Kilómetro Cero", description: "Ingredientes orgánicos y de temporada, seleccionados de productores locales para ofrecer la máxima frescura y apoyar la sostenibilidad.", icon: Apple,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-omelette-served-with-herbs_140725-1241.jpg",
|
||||
imageAlt: "Desayuno con productos frescos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-omelette-served-with-herbs_140725-1241.jpg", imageAlt: "Desayuno con productos frescos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-bread-with-bowl-olives-tray-wooden-table-against-wall_23-2147853873.jpg",
|
||||
imageAlt: "Detalle de frutas y bollería",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497259.jpg?_wi=2",
|
||||
imageAlt: "gourmet breakfast organic products",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-bread-with-bowl-olives-tray-wooden-table-against-wall_23-2147853873.jpg", imageAlt: "Detalle de frutas y bollería"},
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
title: "Experiencia Personalizada",
|
||||
description: "Cada desayuno es único, adaptado a tus preferencias y servido con mimo, para que cada mañana sea un momento de puro disfrute y calma.",
|
||||
icon: Coffee,
|
||||
title: "Experiencia Personalizada", description: "Cada desayuno es único, adaptado a tus preferencias y servido con mimo, para que cada mañana sea un momento de puro disfrute y calma.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-delicious-hummus-pita-bread-pickles-cucumbers_1153-3709.jpg",
|
||||
imageAlt: "Tazas de café y zumo fresco",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-delicious-hummus-pita-bread-pickles-cucumbers_1153-3709.jpg", imageAlt: "Tazas de café y zumo fresco"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-breakfast-meal-assortment_23-2148833919.jpg",
|
||||
imageAlt: "Mesa de desayuno con vistas",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-lady-beach-listening-music-with-earphones_171337-14881.jpg?_wi=2",
|
||||
imageAlt: "gourmet breakfast organic products",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-breakfast-meal-assortment_23-2148833919.jpg", imageAlt: "Mesa de desayuno con vistas"},
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
title: "Aromas y Sabores Mediterráneos",
|
||||
description: "Pan recién horneado, frutas de temporada, aceites de oliva de la región y dulces caseros que evocan la esencia de la gastronomía de Dénia.",
|
||||
icon: Croissant,
|
||||
title: "Aromas y Sabores Mediterráneos", description: "Pan recién horneado, frutas de temporada, aceites de oliva de la región y dulces caseros que evocan la esencia de la gastronomía de Dénia.", icon: Croissant,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-roll-with-fruits-arrangement_23-2148904724.jpg",
|
||||
imageAlt: "Variedad de panes y dulces",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-roll-with-fruits-arrangement_23-2148904724.jpg", imageAlt: "Variedad de panes y dulces"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-breakfast-with-lettuce-egg_23-2148543692.jpg",
|
||||
imageAlt: "Desayuno saludable y variado",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-bedroom-decorated-with-brazilian-folklore-design_23-2150793991.jpg?_wi=2",
|
||||
imageAlt: "gourmet breakfast organic products",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-breakfast-with-lettuce-egg_23-2148543692.jpg", imageAlt: "Desayuno saludable y variado"},
|
||||
]
|
||||
|
||||
},
|
||||
]}
|
||||
title="El Ritual del Desayuno Casero"
|
||||
@@ -310,29 +202,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "Honesty Bar",
|
||||
title: "Placeres Sencillos",
|
||||
description: "Un rincón íntimo donde el buen gusto y la confianza se encuentran. Bebidas selectas y aperitivos para tus momentos de relax.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-cup-with-spicy-pumpkin-latte-wooden-board-with-sweater_501050-327.jpg",
|
||||
imageAlt: "Honesty bar con bebidas",
|
||||
},
|
||||
id: "metric-1", value: "Honesty Bar", title: "Placeres Sencillos", description: "Un rincón íntimo donde el buen gusto y la confianza se encuentran. Bebidas selectas y aperitivos para tus momentos de relax.", imageSrc: "http://img.b2bpic.net/free-photo/blue-cup-with-spicy-pumpkin-latte-wooden-board-with-sweater_501050-327.jpg", imageAlt: "Honesty bar con bebidas"},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "Rincones de Paz",
|
||||
title: "Desconexión Total",
|
||||
description: "Jardines secretos y patios silenciosos diseñados para la contemplación, la lectura o simplemente para disfrutar del sol mediterráneo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192193.jpg",
|
||||
imageAlt: "Rincón de lectura tranquilo",
|
||||
},
|
||||
id: "metric-2", value: "Rincones de Paz", title: "Desconexión Total", description: "Jardines secretos y patios silenciosos diseñados para la contemplación, la lectura o simplemente para disfrutar del sol mediterráneo.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192193.jpg", imageAlt: "Rincón de lectura tranquilo"},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "Bienestar Holístico",
|
||||
title: "Armonía Interior",
|
||||
description: "Actividades opcionales de yoga o meditación, que te ayudarán a encontrar el equilibrio y la serenidad en un entorno inspirador.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-pumpkins-chair_23-2149446017.jpg",
|
||||
imageAlt: "Sesión de yoga al aire libre",
|
||||
},
|
||||
id: "metric-3", value: "Bienestar Holístico", title: "Armonía Interior", description: "Actividades opcionales de yoga o meditación, que te ayudarán a encontrar el equilibrio y la serenidad en un entorno inspirador.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-pumpkins-chair_23-2149446017.jpg", imageAlt: "Sesión de yoga al aire libre"},
|
||||
]}
|
||||
title="Un Espacio para el Bienestar Sereno"
|
||||
description="Descubre rincones donde la calma te abraza. Desde nuestro Honesty Bar, un oasis de placer simple, hasta espacios dedicados a la meditación y el descanso. Permítete el lujo de no hacer nada y reconecta."
|
||||
@@ -344,14 +218,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Playa Les Rotes",
|
||||
"Castillo de Dénia",
|
||||
"Parque Natural del Montgó",
|
||||
"Mercado Municipal",
|
||||
"Calle Loreto",
|
||||
"Puerto Deportivo",
|
||||
"Reserva Marina",
|
||||
]}
|
||||
"Playa Les Rotes", "Castillo de Dénia", "Parque Natural del Montgó", "Mercado Municipal", "Calle Loreto", "Puerto Deportivo", "Reserva Marina"]}
|
||||
title="Dénia: Un Tesoro a Descubrir"
|
||||
description="Capricho Dénia es tu puerta a la auténtica Costa Blanca. Playas de ensueño, rutas de montaña, gastronomía local y el encanto de un entorno mediterráneo que te invita a explorar y vivir experiencias inolvidables."
|
||||
/>
|
||||
@@ -363,50 +230,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Un Oasis de Calma",
|
||||
quote: "Capricho Dénia superó todas nuestras expectativas. La paz, el diseño y la atención al detalle son inigualables. ¡Volveremos sin duda!",
|
||||
name: "Sofía Martínez",
|
||||
role: "Viajera",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-brunette-woman-enjoying-vacation-sitting-chair-backyard-summer-concept-solitude-with-nature_197531-32618.jpg",
|
||||
imageAlt: "Testimonio de Sofía Martínez",
|
||||
},
|
||||
id: "1", title: "Un Oasis de Calma", quote: "Capricho Dénia superó todas nuestras expectativas. La paz, el diseño y la atención al detalle son inigualables. ¡Volveremos sin duda!", name: "Sofía Martínez", role: "Viajera", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-brunette-woman-enjoying-vacation-sitting-chair-backyard-summer-concept-solitude-with-nature_197531-32618.jpg", imageAlt: "Testimonio de Sofía Martínez"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Lujo Sencillo y Auténtico",
|
||||
quote: "Cada rincón es una obra de arte. El desayuno es exquisito y la atención personalizada te hace sentir en un sueño. Totalmente recomendable para desconectar.",
|
||||
name: "Carlos García",
|
||||
role: "Diseñador",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-guy-with-breakfast-bed-girlfriend_23-2148334447.jpg",
|
||||
imageAlt: "Testimonio de Carlos García",
|
||||
},
|
||||
id: "2", title: "Lujo Sencillo y Auténtico", quote: "Cada rincón es una obra de arte. El desayuno es exquisito y la atención personalizada te hace sentir en un sueño. Totalmente recomendable para desconectar.", name: "Carlos García", role: "Diseñador", imageSrc: "http://img.b2bpic.net/free-photo/close-up-guy-with-breakfast-bed-girlfriend_23-2148334447.jpg", imageAlt: "Testimonio de Carlos García"},
|
||||
{
|
||||
id: "3",
|
||||
title: "La Verdadera Esencia Mediterránea",
|
||||
quote: "La luz de Dénia entra por cada ventana y el ambiente afromediterráneo te envuelve. Una experiencia sensorial que hay que vivir. Me siento renovada.",
|
||||
name: "Elena Torres",
|
||||
role: "Escritora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-tanned-woman-romantic-beige-silk-dress-home-takes-photo-selfie-phone-mirror_343596-6461.jpg",
|
||||
imageAlt: "Testimonio de Elena Torres",
|
||||
},
|
||||
id: "3", title: "La Verdadera Esencia Mediterránea", quote: "La luz de Dénia entra por cada ventana y el ambiente afromediterráneo te envuelve. Una experiencia sensorial que hay que vivir. Me siento renovada.", name: "Elena Torres", role: "Escritora", imageSrc: "http://img.b2bpic.net/free-photo/fit-tanned-woman-romantic-beige-silk-dress-home-takes-photo-selfie-phone-mirror_343596-6461.jpg", imageAlt: "Testimonio de Elena Torres"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Un Capricho para el Alma",
|
||||
quote: "Desde el diseño artesanal hasta el exquisito desayuno casero, todo en Capricho Dénia es un deleite. El lugar perfecto para reconectar en pareja.",
|
||||
name: "Marco y Ana",
|
||||
role: "Pareja",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-chatting-suburban-street_23-2147688719.jpg",
|
||||
imageAlt: "Testimonio de Marco y Ana",
|
||||
},
|
||||
id: "4", title: "Un Capricho para el Alma", quote: "Desde el diseño artesanal hasta el exquisito desayuno casero, todo en Capricho Dénia es un deleite. El lugar perfecto para reconectar en pareja.", name: "Marco y Ana", role: "Pareja", imageSrc: "http://img.b2bpic.net/free-photo/friends-chatting-suburban-street_23-2147688719.jpg", imageAlt: "Testimonio de Marco y Ana"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Inspiración en Cada Detalle",
|
||||
quote: "Un hotel con personalidad, donde cada elemento cuenta una historia. La tranquilidad y el buen gusto crean una atmósfera inigualable.",
|
||||
name: "Laura Pérez",
|
||||
role: "Fotógrafa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-woman-look-away-smiling_197531-33521.jpg",
|
||||
imageAlt: "Testimonio de Laura Pérez",
|
||||
},
|
||||
id: "5", title: "Inspiración en Cada Detalle", quote: "Un hotel con personalidad, donde cada elemento cuenta una historia. La tranquilidad y el buen gusto crean una atmósfera inigualable.", name: "Laura Pérez", role: "Fotógrafa", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-woman-look-away-smiling_197531-33521.jpg", imageAlt: "Testimonio de Laura Pérez"},
|
||||
]}
|
||||
title="Lo que Nuestros Huéspedes Cuentan"
|
||||
description="Historias de desconexión, momentos inolvidables y la esencia de un Capricho que se convierte en hogar. Su experiencia es nuestro mayor orgullo y la mejor carta de presentación."
|
||||
@@ -417,8 +249,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Momentos Inolvidables"
|
||||
title="Tu Escapada Espera: Reserva Ahora"
|
||||
description="Sumérgete en la exclusividad relajada de Capricho Dénia. Consulta disponibilidad y prepárate para vivir una experiencia sensorial única. Contacta con nosotros."
|
||||
@@ -433,58 +264,35 @@ export default function LandingPage() {
|
||||
logoText="Capricho Dénia"
|
||||
columns={[
|
||||
{
|
||||
title: "Descubrir",
|
||||
items: [
|
||||
title: "Descubrir", items: [
|
||||
{
|
||||
label: "Suites",
|
||||
href: "#suites",
|
||||
},
|
||||
label: "Suites", href: "#suites"},
|
||||
{
|
||||
label: "Experiencias",
|
||||
href: "#experiencias",
|
||||
},
|
||||
label: "Experiencias", href: "#experiencias"},
|
||||
{
|
||||
label: "Dénia Local",
|
||||
href: "#denia-local",
|
||||
},
|
||||
label: "Dénia Local", href: "#denia-local"},
|
||||
{
|
||||
label: "Opiniones",
|
||||
href: "#opiniones",
|
||||
},
|
||||
label: "Opiniones", href: "#opiniones"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Aviso Legal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Aviso Legal", href: "#"},
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Política de Cookies",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Cookies", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "info@caprichodenia.com",
|
||||
href: "mailto:info@caprichodenia.com",
|
||||
},
|
||||
label: "info@caprichodenia.com", href: "mailto:info@caprichodenia.com"},
|
||||
{
|
||||
label: "+34 123 456 789",
|
||||
href: "tel:+34123456789",
|
||||
},
|
||||
label: "+34 123 456 789", href: "tel:+34123456789"},
|
||||
{
|
||||
label: "Carrer de Dénia, 1",
|
||||
href: "https://maps.google.com/?q=Carrer+de+Dénia,+1",
|
||||
},
|
||||
label: "Carrer de Dénia, 1", href: "https://maps.google.com/?q=Carrer+de+Dénia,+1"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user