Update src/app/page.tsx
This commit is contained in:
248
src/app/page.tsx
248
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Habitaciones",
|
||||
id: "products",
|
||||
},
|
||||
name: "Habitaciones", id: "products"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Hotel Eurocaribe"
|
||||
/>
|
||||
@@ -58,33 +50,21 @@ export default function LandingPage() {
|
||||
description="El Hotel Eurocaribe te ofrece un refugio de paz y confort en Carúpano, donde la hospitalidad caribeña se encuentra con el diseño moderno."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Ahora",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Ahora", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashionable-blonde-woman-white-swimwear-exotic-place_197531-21160.jpg"
|
||||
imageAlt="Vista exterior del Hotel Eurocaribe"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-posing-pink-bikini-swimsuit-pareo-terrace-tropical-villa-smiling-happy-vacation-thailnad-sexy-body-summer-style_285396-5818.jpg",
|
||||
alt: "Turista disfrutando",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-posing-pink-bikini-swimsuit-pareo-terrace-tropical-villa-smiling-happy-vacation-thailnad-sexy-body-summer-style_285396-5818.jpg", alt: "Turista disfrutando"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/european-tourist-buddhist-temple_1385-3116.jpg",
|
||||
alt: "Turista en templo",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/european-tourist-buddhist-temple_1385-3116.jpg", alt: "Turista en templo"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-tropical-resort-seaside_23-2148226482.jpg",
|
||||
alt: "Resort vista mar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-tropical-resort-seaside_23-2148226482.jpg", alt: "Resort vista mar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-pool-yellow-boho-dress-summer-trend-fashion-sexy-skinny-tanned-skin-slim-legs-tropical-vacation-resort-hotel-smiling-sensual-travel-asia-hot_285396-6090.jpg",
|
||||
alt: "Huésped en piscina",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-pool-yellow-boho-dress-summer-trend-fashion-sexy-skinny-tanned-skin-slim-legs-tropical-vacation-resort-hotel-smiling-sensual-travel-asia-hot_285396-6090.jpg", alt: "Huésped en piscina"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg",
|
||||
alt: "Palmeras en playa",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg", alt: "Palmeras en playa"},
|
||||
]}
|
||||
avatarText="Más de 500 huéspedes felices"
|
||||
/>
|
||||
@@ -97,19 +77,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Ubicación Privilegiada",
|
||||
value: "Carúpano",
|
||||
},
|
||||
label: "Ubicación Privilegiada", value: "Carúpano"},
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Desayuno Incluido",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Desayuno Incluido", value: "100%"},
|
||||
{
|
||||
icon: Wifi,
|
||||
label: "Conexión de Alta Velocidad",
|
||||
value: "Sin costo",
|
||||
},
|
||||
label: "Conexión de Alta Velocidad", value: "Sin costo"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -122,38 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Piscina Relajante",
|
||||
author: "Eurocaribe",
|
||||
description: "Disfruta de nuestra piscina al aire libre bajo el sol caribeño.",
|
||||
tags: [
|
||||
"Relax",
|
||||
"Ocio",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7236.jpg",
|
||||
},
|
||||
id: "f1", title: "Piscina Relajante", author: "Eurocaribe", description: "Disfruta de nuestra piscina al aire libre bajo el sol caribeño.", tags: [
|
||||
"Relax", "Ocio"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7236.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Restaurante Gourmet",
|
||||
author: "Eurocaribe",
|
||||
description: "Sabores locales preparados con los ingredientes más frescos de la zona.",
|
||||
tags: [
|
||||
"Gastronomía",
|
||||
"Local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-morocco-style_74190-6502.jpg",
|
||||
},
|
||||
id: "f2", title: "Restaurante Gourmet", author: "Eurocaribe", description: "Sabores locales preparados con los ingredientes más frescos de la zona.", tags: [
|
||||
"Gastronomía", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-morocco-style_74190-6502.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Eventos y Salones",
|
||||
author: "Eurocaribe",
|
||||
description: "Espacios versátiles para conferencias y celebraciones sociales.",
|
||||
tags: [
|
||||
"Negocios",
|
||||
"Eventos",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-palm-tree-vivid-colors_23-2151592001.jpg",
|
||||
},
|
||||
id: "f3", title: "Eventos y Salones", author: "Eurocaribe", description: "Espacios versátiles para conferencias y celebraciones sociales.", tags: [
|
||||
"Negocios", "Eventos"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-palm-tree-vivid-colors_23-2151592001.jpg"},
|
||||
]}
|
||||
title="Servicios Exclusivos"
|
||||
description="Pensamos en cada detalle para que tu estancia sea inolvidable y placentera."
|
||||
@@ -168,47 +121,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "room-1",
|
||||
name: "Habitación Estándar",
|
||||
price: "$80/noche",
|
||||
variant: "Cama King",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-room-decor-with-furniture-minimalist-beige-tones_23-2150767036.jpg",
|
||||
},
|
||||
id: "room-1", name: "Habitación Estándar", price: "$80/noche", variant: "Cama King", imageSrc: "http://img.b2bpic.net/free-photo/3d-room-decor-with-furniture-minimalist-beige-tones_23-2150767036.jpg"},
|
||||
{
|
||||
id: "room-2",
|
||||
name: "Habitación Ejecutiva",
|
||||
price: "$120/noche",
|
||||
variant: "Vistas al Mar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/furniture-veranda-nature-gardens-lounge_1203-4801.jpg",
|
||||
},
|
||||
id: "room-2", name: "Habitación Ejecutiva", price: "$120/noche", variant: "Vistas al Mar", imageSrc: "http://img.b2bpic.net/free-photo/furniture-veranda-nature-gardens-lounge_1203-4801.jpg"},
|
||||
{
|
||||
id: "room-3",
|
||||
name: "Suite Junior",
|
||||
price: "$150/noche",
|
||||
variant: "Sala de estar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
|
||||
},
|
||||
id: "room-3", name: "Suite Junior", price: "$150/noche", variant: "Sala de estar", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"},
|
||||
{
|
||||
id: "room-4",
|
||||
name: "Suite Presidencial",
|
||||
price: "$250/noche",
|
||||
variant: "Balcón Privado",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-4628.jpg",
|
||||
},
|
||||
id: "room-4", name: "Suite Presidencial", price: "$250/noche", variant: "Balcón Privado", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-4628.jpg"},
|
||||
{
|
||||
id: "room-5",
|
||||
name: "Doble Matrimonial",
|
||||
price: "$100/noche",
|
||||
variant: "Dos camas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-bed-with-two-wall-lamps_1203-23.jpg",
|
||||
},
|
||||
id: "room-5", name: "Doble Matrimonial", price: "$100/noche", variant: "Dos camas", imageSrc: "http://img.b2bpic.net/free-photo/large-bed-with-two-wall-lamps_1203-23.jpg"},
|
||||
{
|
||||
id: "room-6",
|
||||
name: "Habitación Familiar",
|
||||
price: "$180/noche",
|
||||
variant: "Espaciosa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929575.jpg",
|
||||
},
|
||||
id: "room-6", name: "Habitación Familiar", price: "$180/noche", variant: "Espaciosa", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929575.jpg"},
|
||||
]}
|
||||
title="Nuestras Habitaciones"
|
||||
description="Espacios diseñados para tu descanso y confort absoluto."
|
||||
@@ -222,59 +145,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Rodriguez",
|
||||
role: "Turista",
|
||||
company: "Caracas",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winsome-fair-haired-woman-smiling-while-making-selfie-summer-day-spectacular-blonde-lady-sunglasses-taking-picture-herself-front-pool_197531-20925.jpg",
|
||||
},
|
||||
id: "1", name: "Ana Rodriguez", role: "Turista", company: "Caracas", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winsome-fair-haired-woman-smiling-while-making-selfie-summer-day-spectacular-blonde-lady-sunglasses-taking-picture-herself-front-pool_197531-20925.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Méndez",
|
||||
role: "Ejecutivo",
|
||||
company: "Maracaibo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-tourist-man-takes-selfies-before-his-flight-photos-with-suitcase-uses-smartphone_1258-314125.jpg",
|
||||
},
|
||||
id: "2", name: "Carlos Méndez", role: "Ejecutivo", company: "Maracaibo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-tourist-man-takes-selfies-before-his-flight-photos-with-suitcase-uses-smartphone_1258-314125.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Vivas",
|
||||
role: "Viajera",
|
||||
company: "Valencia",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-glasses-waving_23-2148631360.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Vivas", role: "Viajera", company: "Valencia", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-glasses-waving_23-2148631360.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Juan Pérez",
|
||||
role: "Turista",
|
||||
company: "Puerto Ordaz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-beach_23-2149445588.jpg",
|
||||
},
|
||||
id: "4", name: "Juan Pérez", role: "Turista", company: "Puerto Ordaz", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-beach_23-2149445588.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura Silva",
|
||||
role: "Escritora",
|
||||
company: "Bogotá",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-new-year-dear-colleagues_637285-9577.jpg",
|
||||
},
|
||||
id: "5", name: "Laura Silva", role: "Escritora", company: "Bogotá", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-new-year-dear-colleagues_637285-9577.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Calificación Promedio",
|
||||
},
|
||||
value: "4.9", label: "Calificación Promedio"},
|
||||
{
|
||||
value: "+500",
|
||||
label: "Huéspedes Felices",
|
||||
},
|
||||
value: "+500", label: "Huéspedes Felices"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfacción total",
|
||||
},
|
||||
value: "100%", label: "Satisfacción total"},
|
||||
]}
|
||||
title="Experiencias de nuestros huéspedes"
|
||||
description="Testimonios reales de quienes eligieron Eurocaribe como su hogar en Carúpano."
|
||||
@@ -286,20 +178,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Tienen servicio de traslados?",
|
||||
content: "Sí, coordinamos traslados desde y hacia el aeropuerto con previa reserva.",
|
||||
},
|
||||
id: "q1", title: "¿Tienen servicio de traslados?", content: "Sí, coordinamos traslados desde y hacia el aeropuerto con previa reserva."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Es posible cancelar sin penalidad?",
|
||||
content: "Contamos con políticas de cancelación flexibles según la tarifa reservada.",
|
||||
},
|
||||
id: "q2", title: "¿Es posible cancelar sin penalidad?", content: "Contamos con políticas de cancelación flexibles según la tarifa reservada."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿El hotel acepta mascotas?",
|
||||
content: "Actualmente, solo permitimos mascotas de asistencia debidamente identificadas.",
|
||||
},
|
||||
id: "q3", title: "¿El hotel acepta mascotas?", content: "Actualmente, solo permitimos mascotas de asistencia debidamente identificadas."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contactar a Recepción", href: "#contact"
|
||||
}
|
||||
]}
|
||||
sideTitle="Preguntas Frecuentes"
|
||||
sideDescription="Resuelve tus dudas sobre reservas y servicios del hotel."
|
||||
@@ -314,22 +202,14 @@ export default function LandingPage() {
|
||||
description="Estamos listos para atenderte. Escríbenos para consultas o reservas."
|
||||
inputs={[
|
||||
{
|
||||
name: "nombre",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
required: true,
|
||||
name: "nombre", type: "text", placeholder: "Tu nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu correo electrónico",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Tu correo electrónico", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensaje",
|
||||
placeholder: "Cuéntanos qué necesitas",
|
||||
rows: 4,
|
||||
name: "mensaje", placeholder: "Cuéntanos qué necesitas", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-ange-shot-hotel-building-with-street-lights-amd-palmas-background_181624-4349.jpg"
|
||||
/>
|
||||
@@ -341,29 +221,19 @@ export default function LandingPage() {
|
||||
logoText="Hotel Eurocaribe"
|
||||
columns={[
|
||||
{
|
||||
title: "Hotel",
|
||||
items: [
|
||||
title: "Hotel", items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Habitaciones",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Habitaciones", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -372,4 +242,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user