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
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 4269380..65ffd3d 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f2f2f2;
- --foreground: #1a3a5c;
- --primary-cta: #f5a623;
- --primary-cta-text: #ffffff;
- --secondary-cta: #1a3a5c;
- --secondary-cta-text: #ffffff;
- --accent: #f5a623;
- --background-accent: #e0e0e0;
+ --background: #f5faff;
+ --card: #f1f8ff;
+ --foreground: #001122;
+ --primary-cta: #15479c;
+ --primary-cta-text: #f5faff;
+ --secondary-cta: #ffffff;
+ --secondary-cta-text: #001122;
+ --accent: #a8cce8;
+ --background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);