From fd63b0f07d1ac115e6e5b8f49e70ed7dfdbf4429 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 03:54:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e052109..958bdbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,11 +22,11 @@ export default function LandingPage() { const t = { es: { nav: [{ name: "Inicio", id: "hero" }, { name: "Nosotros", id: "about" }, { name: "Contacto", id: "contact" }], - heroTitle: "Bienvenidos a la Iglesia", heroDesc: "Un lugar de fe, comunidad y pertenencia. Únete a nosotros mientras crecemos juntos en espíritu y propósito.", aboutTitle: "Nuestro Corazón y Misión", aboutDesc: "En nuestra iglesia, nos esforzamos por crear un espacio donde todos se sientan bienvenidos y apoyados. Ya sea que seas nuevo en la fe o estés buscando un hogar, estamos aquí para ti.", featuresTitle: "Nuestros Ministerios", featuresDesc: "Oportunidades para servir, aprender y crecer juntos.", testimonialsTitle: "Voces de la Comunidad", testimonialsDesc: "Lo que nuestros miembros tienen que decir sobre su experiencia aquí.", faqTitle: "Preguntas Frecuentes", contactTitle: "Visítanos hoy", contactDesc: "Ubicación: 123 Faith Avenue, Ciudad | ¡Esperamos conocerte pronto!", lang: "Cambiar a Inglés" + heroTitle: "Bienvenidos a la Iglesia", heroDesc: "Un lugar de fe, comunidad y pertenencia. Únete a nosotros mientras crecemos juntos en espíritu y propósito.", aboutTitle: "Nuestro Corazón y Misión", aboutDesc: "En nuestra iglesia, nos esforzamos por crear un espacio donde todos se sientan bienvenidos y apoyados. Ya sea que seas nuevo en la fe o estés buscando un hogar, estamos aquí para ti.", featuresTitle: "Nuestros Ministerios", featuresDesc: "Oportunidades para servir, aprender y crecer juntos.", testimonialsTitle: "Voces de la Comunidad", testimonialsDesc: "Lo que nuestros miembros tienen que decir sobre su experiencia aquí.", faqTitle: "Preguntas Frecuentes", contactTitle: "Visítanos hoy", contactDesc: "Ubicación: 123 Faith Avenue, Ciudad | ¡Esperamos conocerte pronto!", lang: "Cambiar a Inglés" }, en: { nav: [{ name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }], - heroTitle: "Welcome to Our Church", heroDesc: "A place of faith, community, and belonging. Join us as we grow together in spirit and purpose.", aboutTitle: "Our Heart and Mission", aboutDesc: "At our church, we strive to create a space where everyone feels welcome and supported. Whether you are new to faith or looking for a home, we are here for you.", featuresTitle: "Our Ministries", featuresDesc: "Opportunities to serve, learn, and grow together.", testimonialsTitle: "Community Voices", testimonialsDesc: "What our members have to say about their experience here.", faqTitle: "Frequently Asked Questions", contactTitle: "Visit Us Today", contactDesc: "Location: 123 Faith Avenue, City | We look forward to meeting you!", lang: "Switch to Spanish" + heroTitle: "Welcome to Our Church", heroDesc: "A place of faith, community, and belonging. Join us as we grow together in spirit and purpose.", aboutTitle: "Our Heart and Mission", aboutDesc: "At our church, we strive to create a space where everyone feels welcome and supported. Whether you are new to faith or looking for a home, we are here for you.", featuresTitle: "Our Ministries", featuresDesc: "Opportunities to serve, learn, and grow together.", testimonialsTitle: "Community Voices", testimonialsDesc: "What our members have to say about their experience here.", faqTitle: "Frequently Asked Questions", contactTitle: "Visit Us Today", contactDesc: "Location: 123 Faith Avenue, City | We look forward to meeting you!", lang: "Switch to Spanish" } }; @@ -50,11 +50,12 @@ export default function LandingPage() { + /> +
- +
-- 2.49.1