From c4742d2e07d417343b723bd820797f1efa762233 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:18:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6930f5..2d01e42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,8 +99,10 @@ export default function LandingPage() { heading={[ { type: "text", content: "Una hacienda que guarda secretos hermosos"}, + { + type: "text", content: `Escondido entre la carretera y el silencio, Hotel Hacienda Piedra Gorda es uno de esos lugares que se descubren por casualidad y no se olvidan jamás. Arquitectura de hacienda auténtica, habitaciones diseñadas con calidez, una alberca climatizada de agua cristalina y un equipo que hace que cada huésped se sienta en casa.\n\n_"Amé este lugar. Volvería sin duda alguna."_` + } ]} - description={`Escondido entre la carretera y el silencio, Hotel Hacienda Piedra Gorda es uno de esos lugares que se descubren por casualidad y no se olvidan jamás. Arquitectura de hacienda auténtica, habitaciones diseñadas con calidez, una alberca climatizada de agua cristalina y un equipo que hace que cada huésped se sienta en casa.\n\n_"Amé este lugar. Volvería sin duda alguna."_`} imageSrc="http://img.b2bpic.net/free-photo/exit-from-historical-building-town_114579-12100.jpg" imageAlt="Patio central de la hacienda con palmeras y fuente" /> @@ -180,7 +182,7 @@ export default function LandingPage() { 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", alt: "Smiling young woman sitting on bed with healthy breakfast talking on telephone"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-sitting-bed-with-healthy-breakfast-talking-telephone_23-2148033306.jpg", imageAlt: "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"}, -- 2.49.1