diff --git a/src/app/page.tsx b/src/app/page.tsx index c07cc1e..4b3dc98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,41 +47,26 @@ export default function LandingPage() {
@@ -98,10 +75,10 @@ export default function LandingPage() {
@@ -166,23 +119,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "10+", - description: "Years of experience", - }, + id: "m1", value: "10+", description: "Años de experiencia"}, { - id: "m2", - value: "150+", - description: "Projects completed", - }, + id: "m2", value: "150+", description: "Proyectos completados"}, { - id: "m3", - value: "200+", - description: "Satisfied families", - }, + id: "m3", value: "200+", description: "Familias satisfechas"}, ]} - title="Excellence in Quito" - description="Located at the heart of Santa Lucía Plaza, we are committed to professional growth and structural integrity in every project." + title="Excelencia en Quito" + description="Ubicados en el corazón de la Plaza Santa Lucía, estamos comprometidos con el crecimiento profesional y la integridad estructural en cada proyecto." />
@@ -192,23 +136,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Architectural Design", - description: "Full conceptual design through to permit and site supervision.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-short-hair-relaxing-outdoors_23-2149015763.jpg", - }, + title: "Diseño Arquitectónico", description: "Diseño conceptual completo hasta el permiso y la supervisión de obra.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-short-hair-relaxing-outdoors_23-2149015763.jpg"}, { - title: "Urban Planning", - description: "Transforming landscapes into functional, iconic neighborhood landmarks.", - imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-shopping-center_1203-712.jpg", - }, + title: "Planificación Urbana", description: "Transformando paisajes en puntos de referencia funcionales e icónicos del vecindario.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-shopping-center_1203-712.jpg"}, { - title: "Strategic Consultation", - description: "Expert advice for investors and homeowners looking to build long-term value.", - imageSrc: "http://img.b2bpic.net/free-photo/employee-working-project-planning-with-files-data-charts-computer-startup-office-business-woman-using-papers-design-strategy-management-leadership-job-development_482257-32268.jpg", - }, + title: "Consulta Estratégica", description: "Asesoramiento experto para inversores y propietarios que buscan construir valor a largo plazo.", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-project-planning-with-files-data-charts-computer-startup-office-business-woman-using-papers-design-strategy-management-leadership-job-development_482257-32268.jpg"}, ]} - title="Architectural Services" - description="From conceptual vision to final construction, our services ensure your vision is transformed into a landmark." + title="Servicios Arquitectónicos" + description="Desde la visión conceptual hasta la construcción final, nuestros servicios aseguran que su visión se transforme en un hito." /> @@ -219,43 +154,18 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Maria Elena", - role: "Resident", - testimonial: "The gold standard for modern housing in Quito. Truly structural art.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-female-with-mobile_23-2148415854.jpg", - }, + id: "t1", name: "Maria Elena", role: "Residente", testimonial: "El estándar de oro para la vivienda moderna en Quito. Verdaderamente arte estructural.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-female-with-mobile_23-2148415854.jpg"}, { - id: "t2", - name: "Carlos Gomez", - role: "Homeowner", - testimonial: "Paredes + Paredes translated my vision into a beautiful, functional home.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-holding-his-plans_23-2148242980.jpg", - }, + id: "t2", name: "Carlos Gomez", role: "Propietario", testimonial: "Paredes + Paredes tradujo mi visión en un hogar hermoso y funcional.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-holding-his-plans_23-2148242980.jpg"}, { - id: "t3", - name: "Sofia Rivera", - role: "Investor", - testimonial: "Exceptional urban planning expertise for our retail project.", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-office-center_1303-29926.jpg", - }, + id: "t3", name: "Sofia Rivera", role: "Inversionista", testimonial: "Experiencia excepcional en planificación urbana para nuestro proyecto comercial.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-office-center_1303-29926.jpg"}, { - id: "t4", - name: "Juan Pablo", - role: "Developer", - testimonial: "Professional, reliable, and incredibly aesthetic. A joy to work with.", - imageSrc: "http://img.b2bpic.net/free-photo/teleworking-developer-using-computer-artificial-intelligence-brain_482257-126394.jpg", - }, + id: "t4", name: "Juan Pablo", role: "Desarrollador", testimonial: "Profesionales, confiables e increíblemente estéticos. Un placer trabajar con ellos.", imageSrc: "http://img.b2bpic.net/free-photo/teleworking-developer-using-computer-artificial-intelligence-brain_482257-126394.jpg"}, { - id: "t5", - name: "Ana Lucía", - role: "Architect", - testimonial: "Their attention to materials and light is simply unmatched in the industry.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-ready-move-into-new-home_23-2149662443.jpg", - }, + id: "t5", name: "Ana Lucía", role: "Arquitecta", testimonial: "Su atención a los materiales y la luz no tiene comparación en la industria.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-ready-move-into-new-home_23-2149662443.jpg"}, ]} - title="Client Voice" - description="What our clients are saying about our modern housing vision." + title="La Voz del Cliente" + description="Lo que nuestros clientes dicen sobre nuestra visión de vivienda moderna." /> @@ -263,18 +173,13 @@ export default function LandingPage() { @@ -285,41 +190,27 @@ export default function LandingPage() { { items: [ { - label: "Philosophy", - href: "#philosophy", - }, + label: "Filosofía", href: "#philosophy"}, { - label: "Portfolio", - href: "#portfolio", - }, + label: "Portafolio", href: "#portfolio"}, { - label: "Services", - href: "#services", - }, + label: "Servicios", href: "#services"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contacto", href: "#contact"}, { - label: "WhatsApp", - href: "https://wa.me/593994504754", - }, + label: "WhatsApp", href: "https://wa.me/593994504754"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Política de Privacidad", href: "#"}, { - label: "Terms of Use", - href: "#", - }, + label: "Términos de Uso", href: "#"}, ], }, ]}