diff --git a/src/app/page.tsx b/src/app/page.tsx index ac23079..d6930f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,104 +31,62 @@ export default function LandingPage() {
@@ -158,42 +114,19 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "classic-room", - name: "Habitación Clásica: Madera natural, luz dorada y el silencio perfecto para descansar de verdad.", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899453.jpg", - imageAlt: "Habitación Clásica con lámparas de ratán oscuro", - }, + id: "classic-room", name: "Habitación Clásica: Madera natural, luz dorada y el silencio perfecto para descansar de verdad.", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899453.jpg", imageAlt: "Habitación Clásica con lámparas de ratán oscuro"}, { - id: "deluxe-room", - name: "Habitación Deluxe: Diseño cálido, detalles únicos y una atmósfera que abraza desde que abres la puerta.", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg", - imageAlt: "Habitación Deluxe con lámparas de ratán rojo", - }, + id: "deluxe-room", name: "Habitación Deluxe: Diseño cálido, detalles únicos y una atmósfera que abraza desde que abres la puerta.", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/wooden-wheels-ship-lie-floor-before-wooden-chest_1304-3694.jpg", imageAlt: "Habitación Deluxe con lámparas de ratán rojo"}, { - id: "suite-room", - name: "Suite: Espacios pensados para quienes aprecian los pequeños detalles que hacen grande una estancia.", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg", - imageAlt: "Suite con rincón de lectura y florero ámbar", - }, + id: "suite-room", name: "Suite: Espacios pensados para quienes aprecian los pequeños detalles que hacen grande una estancia.", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg", imageAlt: "Suite con rincón de lectura y florero ámbar"}, ]} title="Habitaciones que invitan a quedarse" buttons={[ { - text: "Ver disponibilidad", - href: "#contact", - }, + text: "Ver disponibilidad", href: "#contact"}, ]} description="Cada habitación ha sido diseñada pensando en su confort y en los detalles que evocan la auténtica esencia de una hacienda mexicana, combinando tradición y lujo." /> @@ -206,41 +139,23 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - icon: Waves, - title: "Alberca climatizada y cristalina", - value: "", - }, + id: "m1", icon: Waves, + title: "Alberca climatizada y cristalina", value: ""}, { - id: "m2", - icon: Home, - title: "Habitaciones impecables y con diseño", - value: "", - }, + id: "m2", icon: Home, + title: "Habitaciones impecables y con diseño", value: ""}, { - id: "m3", - icon: Leaf, - title: "Jardines y patios de hacienda auténtica", - value: "", - }, + id: "m3", icon: Leaf, + title: "Jardines y patios de hacienda auténtica", value: ""}, { - id: "m4", - icon: Users, - title: "Ideal para familias, parejas y viajeros de negocios", - value: "", - }, + id: "m4", icon: Users, + title: "Ideal para familias, parejas y viajeros de negocios", value: ""}, { - id: "m5", - icon: Smile, - title: "Personal amable y atento en todo momento", - value: "", - }, + id: "m5", icon: Smile, + title: "Personal amable y atento en todo momento", value: ""}, { - id: "m6", - icon: MapPin, - title: "Ubicación tranquila, lejos del ruido", - value: "", - }, + id: "m6", icon: MapPin, + title: "Ubicación tranquila, lejos del ruido", value: ""}, ]} title="Todo lo que necesitas para descansar de verdad" description="Nuestras instalaciones están pensadas para ofrecerle una experiencia completa de relajación y disfrute, con servicios de primera calidad y un ambiente acogedor." @@ -255,45 +170,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Angel E.", - role: "Huésped", - company: "", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg", - }, + id: "t1", name: "Angel E.", role: "Huésped", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg"}, { - id: "t2", - name: "Betty O.", - role: "Huésped", - company: "", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pov-tourist-waves-videocall_482257-76727.jpg", - }, + id: "t2", name: "Betty O.", role: "Huésped", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pov-tourist-waves-videocall_482257-76727.jpg"}, { - id: "t3", - name: "Israel L.", - role: "Huésped", - company: "", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-woman-posing_23-2148602013.jpg", - }, + id: "t3", name: "Israel L.", role: "Huésped", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-woman-posing_23-2148602013.jpg"}, { - id: "t4", - name: "Gabriel P.", - role: "Huésped", - company: "", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-sitting-bed-with-healthy-breakfast-talking-telephone_23-2148033306.jpg", - }, + id: "t4", name: "Gabriel P.", role: "Huésped", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-sitting-bed-with-healthy-breakfast-talking-telephone_23-2148033306.jpg", alt: "Smiling young woman sitting on bed with healthy breakfast talking on telephone"}, { - id: "t5", - name: "Yanni E.", - role: "Huésped", - company: "", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg", - }, + id: "t5", name: "Yanni E.", role: "Huésped", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg"}, ]} title="Lo que dicen quienes ya nos conocen" description="⭐ **4.4 / 5 en Google · 13 reseñas**" @@ -308,105 +198,35 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "g1", - name: "Alberca con arcos y cielo azul", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077831.jpg", - imageAlt: "Alberca con arcos de la hacienda", - }, + id: "g1", name: "Alberca con arcos y cielo azul", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077831.jpg", imageAlt: "Alberca con arcos de la hacienda"}, { - id: "g2", - name: "Corredor de arcos con vista panorámica", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/desert-oasis-house-aesthetic_23-2151949118.jpg", - imageAlt: "Corredor con arcos y vista", - }, + id: "g2", name: "Corredor de arcos con vista panorámica", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/desert-oasis-house-aesthetic_23-2151949118.jpg", imageAlt: "Corredor con arcos y vista"}, { - id: "g3", - name: "Patio central con palmeras y fuente", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-walking-through-her-school-s-campus_1157-17434.jpg", - imageAlt: "Patio con palmeras y fuente de piedra", - }, + id: "g3", name: "Patio central con palmeras y fuente", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-walking-through-her-school-s-campus_1157-17434.jpg", imageAlt: "Patio con palmeras y fuente de piedra"}, { - id: "g4", - name: "Corredor íntimo nocturno con camastros", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/interior-jin-mao-tower-looking-up-from-lobby-grand-hyatt-hotel-shanghai-china_181624-8195.jpg", - imageAlt: "Corredor nocturno con lámparas", - }, + id: "g4", name: "Corredor íntimo nocturno con camastros", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/interior-jin-mao-tower-looking-up-from-lobby-grand-hyatt-hotel-shanghai-china_181624-8195.jpg", imageAlt: "Corredor nocturno con lámparas"}, { - id: "g5", - name: "Habitación con lámparas de ratán rojo", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/sofa-decoration-livingroom-interior_74190-7315.jpg", - imageAlt: "Habitación con lámparas rojas", - }, + id: "g5", name: "Habitación con lámparas de ratán rojo", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/sofa-decoration-livingroom-interior_74190-7315.jpg", imageAlt: "Habitación con lámparas rojas"}, { - id: "g6", - name: "Habitación con lámparas de ratán oscuro", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-brown-coat-with-black-bulldog_1157-31796.jpg", - imageAlt: "Habitación con lámparas oscuras", - }, + id: "g6", name: "Habitación con lámparas de ratán oscuro", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-brown-coat-with-black-bulldog_1157-31796.jpg", imageAlt: "Habitación con lámparas oscuras"}, { - id: "g7", - name: "Sillón de cuerda con florero ámbar", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/fabric-mattress-modern-background-sleep_1203-4116.jpg", - imageAlt: "Rincón de lectura con florero ámbar", - }, + id: "g7", name: "Sillón de cuerda con florero ámbar", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/fabric-mattress-modern-background-sleep_1203-4116.jpg", imageAlt: "Rincón de lectura con florero ámbar"}, { - id: "g8", - name: "Sala de lectura vintage", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/open-book-breakfast-time_23-2148171388.jpg", - imageAlt: "Sala de lectura vintage del hotel", - }, + id: "g8", name: "Sala de lectura vintage", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/open-book-breakfast-time_23-2148171388.jpg", imageAlt: "Sala de lectura vintage del hotel"}, { - id: "g9", - name: "Pasillo con arcos de bóveda ladrillo y vista a alberca", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/traveller-texting-messages-before-skiing_482257-76509.jpg", - imageAlt: "Pasillo de ladrillo con arcos", - }, + id: "g9", name: "Pasillo con arcos de bóveda ladrillo y vista a alberca", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/traveller-texting-messages-before-skiing_482257-76509.jpg", imageAlt: "Pasillo de ladrillo con arcos"}, { - id: "g10", - name: "Corredor de hacienda nocturno", - brand: "Hotel Hacienda Piedra Gorda", - price: "", - rating: 0, - reviewCount: "", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-outdoor_158595-121.jpg", - imageAlt: "Corredor nocturno de la hacienda", - }, + id: "g10", name: "Corredor de hacienda nocturno", brand: "Hotel Hacienda Piedra Gorda", price: "", rating: 0, + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-outdoor_158595-121.jpg", imageAlt: "Corredor nocturno de la hacienda"}, ]} title="Un vistazo a tu próxima escapada" description="Cada rincón de Hacienda Piedra Gorda es una obra de arte. Descubre la belleza de nuestra arquitectura, jardines y espacios interiores a través de estas imágenes." @@ -417,8 +237,7 @@ export default function LandingPage() {