diff --git a/src/app/page.tsx b/src/app/page.tsx index c917ca2..3035b2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,13 +62,13 @@ export default function LandingPage() { description="Ofrecemos la combinación perfecta de ubicación, comodidad y atención personalizada para que tu estadía en Carhué sea inolvidable." features={[ { - title: "Excelente ubicación céntrica", description: "En el corazón de Carhué, a pasos de restaurantes, comercios y cerca del Lago Epecuén.", imageSrc: "http://img.b2bpic.net/free-photo/pushpins-with-thread-route-map-high-view_23-2148510500.jpg", imageAlt: "Ubicación céntrica", buttonIcon: MapPin + title: "Excelente ubicación céntrica", description: "En el corazón de Carhué, a pasos de restaurantes, comercios y cerca del Lago Epecuén.", imageSrc: "http://img.b2bpic.net/free-photo/pushpins-with-thread-route-map-high-view_23-2148510500.jpg?_wi=1", imageAlt: "Ubicación céntrica", buttonIcon: MapPin }, { title: "Departamentos totalmente equipados", description: "Cocina completa, TV, baño privado, ropa de cama limpia y todas las comodidades que necesitas.", imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-her-kid_23-2149495916.jpg", imageAlt: "Apartamento equipado", buttonIcon: Home }, { - title: "WiFi, calefacción y aire acondicionado", description: "Conectividad rápida y control de temperatura para tu comodidad durante todo el año.", imageSrc: "http://img.b2bpic.net/free-psd/panorama-luxury-living-room-generative-ai_587448-2061.jpg", imageAlt: "Apartamento moderno", buttonIcon: Wifi + title: "WiFi, calefacción y aire acondicionado", description: "Conectividad rápida y control de temperatura para tu comodidad durante todo el año.", imageSrc: "http://img.b2bpic.net/free-psd/panorama-luxury-living-room-generative-ai_587448-2061.jpg?_wi=1", imageAlt: "Apartamento moderno", buttonIcon: Wifi }, { title: "Cochera disponible", description: "Estacionamiento seguro y cómodo en el mismo edificio.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wide-shot-modern-white-architecture-with-large-glass-windows-clear-blue-sky_181624-5231.jpg", imageAlt: "Cochera disponible", buttonIcon: ParkingCircle @@ -77,7 +77,7 @@ export default function LandingPage() { title: "Atención personalizada", description: "Somos nosotros mismos quienes te atienden. Disponibles para resolver cualquier consulta.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-table_23-2149141836.jpg", imageAlt: "Atención personalizada", buttonIcon: Users }, { - title: "Ambiente limpio y ordenado", description: "Higiene y limpieza garantizadas. Cada detalle está pensado para tu descanso.", imageSrc: "http://img.b2bpic.net/free-vector/bedroom-attic-empty-interior-modern-home-mansard_1441-3651.jpg", imageAlt: "Limpieza garantizada", buttonIcon: Sparkles + title: "Ambiente limpio y ordenado", description: "Higiene y limpieza garantizadas. Cada detalle está pensado para tu descanso.", imageSrc: "http://img.b2bpic.net/free-vector/bedroom-attic-empty-interior-modern-home-mansard_1441-3651.jpg?_wi=1", imageAlt: "Limpieza garantizada", buttonIcon: Sparkles } ]} textboxLayout="default" @@ -95,10 +95,10 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "depto-doble", name: "Departamento Doble", price: "$1,500/noche", variant: "2 personas", imageSrc: "http://img.b2bpic.net/free-vector/bedroom-attic-empty-interior-modern-home-mansard_1441-3651.jpg", imageAlt: "Departamento para 2 personas" + id: "depto-doble", name: "Departamento Doble", price: "$1,500/noche", variant: "2 personas", imageSrc: "http://img.b2bpic.net/free-vector/bedroom-attic-empty-interior-modern-home-mansard_1441-3651.jpg?_wi=2", imageAlt: "Departamento para 2 personas" }, { - id: "depto-triple", name: "Departamento Triple", price: "$2,200/noche", variant: "3 personas", imageSrc: "http://img.b2bpic.net/free-psd/panorama-luxury-living-room-generative-ai_587448-2061.jpg", imageAlt: "Departamento para 3 personas" + id: "depto-triple", name: "Departamento Triple", price: "$2,200/noche", variant: "3 personas", imageSrc: "http://img.b2bpic.net/free-psd/panorama-luxury-living-room-generative-ai_587448-2061.jpg?_wi=2", imageAlt: "Departamento para 3 personas" }, { id: "depto-cuadruple", name: "Departamento Cuádruple", price: "$2,800/noche", variant: "4 personas", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-green-glossy-tiles-minimalist-interior_169016-68857.jpg", imageAlt: "Departamento para 4 personas" @@ -154,7 +154,7 @@ export default function LandingPage() {