From 1995f9d0cd54fc76f05a93207b1a8cefc577dd56 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 03:57:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf0ccce..69553c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,9 +44,9 @@ export default function LandingPage() { name: "Contacto", id: "#contacto"}, ]} button={{ - text: "Inscríbete ahora", href: "#contacto"}} + text: "Inscríbete ahora", href: "#contacto"}} logoAlt="PETRASERVIS - Seguridad y Salud Ocupacional" - brandName="PETRASERVIS" + brandName="PETRASERVIS S.A.S." /> @@ -56,10 +56,10 @@ export default function LandingPage() { variant: "plain"}} imagePosition="right" title="Certifícate con los expertos en seguridad ocupacional" - description="En PETRASERVIS S.A.S., impulsamos tu crecimiento profesional con cursos y certificaciones de vanguardia en Seguridad y Salud Ocupacional, avalados y con validez nacional." + description="Con más de 10 años de experiencia, PETRASERVIS S.A.S. te ofrece cursos y certificaciones de vanguardia en Seguridad y Salud Ocupacional, disponibles también en modalidad virtual y con validez nacional." kpis={[ { - value: "15+", label: "Años de Experiencia"}, + value: "10", label: "Años de Experiencia"}, { value: "5000+", label: "Estudiantes Certificados"}, { @@ -72,8 +72,8 @@ export default function LandingPage() { { text: "Contáctanos", href: "#contacto"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/depot-managers-overalls-using-tablet-inventory-planning-distribution-logistics-delivery-service-team-diverse-people-checking-stock-products-storage-room-handheld-shot_482257-59952.jpg" - imageAlt="Equipo de seguridad industrial en capacitación" + imageSrc="http://img.b2bpic.net/free-photo/truck-parking_23-2150935579.jpg" + imageAlt="Camión de carga pesada, símbolo de seguridad y transporte" mediaAnimation="slide-up" avatars={[ { @@ -104,17 +104,19 @@ export default function LandingPage() { ]} marqueeSpeed={30} showMarqueeCard={true} + tag="Tu futuro seguro" + tagIcon={ShieldCheck} />
@@ -215,7 +217,7 @@ export default function LandingPage() { { id: "4", name: "Sofía Vargas", imageSrc: "http://img.b2bpic.net/free-photo/engineer-uniform-holding-white-helmet_114579-19002.jpg", imageAlt: "Sofía Vargas"}, { - id: "5", name: "Miguel Ángel Rojas", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-queer-girl-glasses-denim-jacket-standing-near-rainbow-wall-cross-hands-chest-smiling-camera-happy-lifestyle-urban-life-generation-concept_197531-30548.jpg", imageAlt: "Miguel Ángel Rojas"}, + id: "5", name: "Miguel Ángel Rojas", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-queer-girl-glasses-denim-jacket-standing-near-rainbow-wall-cross-hands-chest-smiling-camera-happy-lifestyle-urban-life-generation-concept_197531-30548.jpg", alt: "Miguel Ángel Rojas"}, ]} cardTitle="Voces de Nuestros Estudiantes" cardTag="Testimonios" @@ -295,11 +297,11 @@ export default function LandingPage() { ], }, ]} - bottomLeftText="© 2023 PETRASERVIS S.A.S. Todos los derechos reservados." + bottomLeftText="© 2024 PETRASERVIS S.A.S. Todos los derechos reservados." bottomRightText="Hecho con seguridad en Colombia" /> ); -} +} \ No newline at end of file