diff --git a/src/app/page.tsx b/src/app/page.tsx index 28fcc28..f67f611 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,27 +32,27 @@ export default function LandingPage() {
@@ -115,14 +115,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Wi-Fi", description: "High-speed wireless internet access across all areas.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-busy-female-entrepreneur-working-her-laptop_259150-58792.jpg"}, + title: "Wi-Fi", description: "Acceso a internet inalámbrico de alta velocidad en todas las áreas.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-busy-female-entrepreneur-working-her-laptop_259150-58792.jpg"}, { - title: "Parking", description: "Free and secure onsite parking for our guests.", imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg"}, + title: "Estacionamiento", description: "Estacionamiento gratuito y seguro para nuestros huéspedes.", imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg"}, { - title: "Pool", description: "Refresh yourself in our inviting swimming pool.", imageSrc: "http://img.b2bpic.net/free-photo/pool-with-hammocks-arranged-row_1203-1153.jpg"}, + title: "Piscina", description: "Refrésquese en nuestra acogedora piscina.", imageSrc: "http://img.b2bpic.net/free-photo/pool-with-hammocks-arranged-row_1203-1153.jpg"}, ]} - title="Amenities for Your Comfort" - description="We offer a range of essential services to make your stay in Santo Domingo seamless." + title="Comodidades para su confort" + description="Ofrecemos una gama de servicios esenciales para hacer que su estancia en Santo Domingo sea perfecta." /> @@ -134,23 +134,23 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah J.", role: "Traveler", company: "Visitor", rating: 5, + id: "1", name: "Sarah J.", role: "Viajera", company: "Visitante", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-couple-love-make-shopping-online-rejoice-new-purchases-have-happy-looks-laptop-computer-online-payment-e-commerce_273609-2922.jpg"}, { - id: "2", name: "Michael C.", role: "Business", company: "Client", rating: 4, + id: "2", name: "Michael C.", role: "Negocios", company: "Cliente", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-portrait-attractive-pretty-woman-sunglasses-with-backpack-is-traveling-mountains-sunny-warm-day_291650-1926.jpg"}, { - id: "3", name: "Emily R.", role: "Guest", company: "Family", rating: 5, + id: "3", name: "Emily R.", role: "Huésped", company: "Familia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-posing-beach_23-2148700302.jpg"}, { - id: "4", name: "David K.", role: "Traveler", company: "Solo", rating: 5, + id: "4", name: "David K.", role: "Viajero", company: "Solo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-male-conversing-phone-countryside_23-2148154955.jpg"}, { - id: "5", name: "Elena V.", role: "Tourist", company: "Explorer", rating: 5, + id: "5", name: "Elena V.", role: "Turista", company: "Exploradora", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-dark-skinned-smiling-young-woman-with-afro-hairstyle-dressed-casual-summer-clothing_273609-3169.jpg"}, ]} - title="What Our Guests Say" - description="We strive to create wonderful memories. See what our visitors have shared about their stay." + title="Opiniones de nuestros huéspedes" + description="Nos esforzamos por crear recuerdos maravillosos. Vea lo que nuestros visitantes han compartido sobre su estancia." /> @@ -159,14 +159,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "What is the check-in time?", content: "Check-in begins at 2:00 PM."}, + id: "f1", title: "¿Cuál es la hora de check-in?", content: "El check-in comienza a las 2:00 PM."}, { - id: "f2", title: "What is the check-out time?", content: "Check-out is by 11:00 AM."}, + id: "f2", title: "¿Cuál es la hora de check-out?", content: "El check-out es a las 11:00 AM."}, { - id: "f3", title: "Is breakfast included?", content: "Breakfast is available for purchase upon request."}, + id: "f3", title: "¿El desayuno está incluido?", content: "El desayuno está disponible para compra bajo solicitud."}, ]} - sideTitle="Frequently Asked Questions" - sideDescription="Need more information? Check our common questions." + sideTitle="Preguntas Frecuentes" + sideDescription="¿Necesita más información? Consulte nuestras dudas más comunes." faqsAnimation="slide-up" /> @@ -174,19 +174,19 @@ export default function LandingPage() {