Update src/app/login/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LoginPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/general-business-invoice-template_23-2148959395.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/general-business-invoice-template_23-2148959395.jpg"
|
||||
imageAlt="Sistema seguro de acceso Gextras"
|
||||
mediaAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
@@ -73,28 +73,28 @@ export default function LoginPage() {
|
||||
handle: "@cmendez_eventos",
|
||||
testimonial: "Con Gextras cubrimos nuestro evento de 200 personas en menos de 2 horas. Increíble.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-nerdy-waitress-work_329181-2082.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-nerdy-waitress-work_329181-2082.jpg",
|
||||
},
|
||||
{
|
||||
name: "María López",
|
||||
handle: "@mlopez_hostelera",
|
||||
testimonial: "Ganamos más flexibilidad y confianza. El sistema es tan rápido que no lo creemos.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-overalls-beret-against-wooden-wall_627829-6901.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-overalls-beret-against-wooden-wall_627829-6901.jpg",
|
||||
},
|
||||
{
|
||||
name: "Roberto García",
|
||||
handle: "@rgarcia_hotel",
|
||||
testimonial: "Hemos reducido tiempos de contratación al 80%. Gextras es imprescindible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3-young-workers-office_1301-5371.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3-young-workers-office_1301-5371.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sofía Ruiz",
|
||||
handle: "@sruiz_staff",
|
||||
testimonial: "Finalmente trabajo cuando quiero. Gextras me dio libertad y oportunidades.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-pottery_23-2148944912.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-pottery_23-2148944912.jpg",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -127,21 +127,21 @@ export default function LoginPage() {
|
||||
id: 1,
|
||||
title: "Seguridad y Confianza",
|
||||
description: "Todos los perfiles verificados con encriptación de nivel empresarial. Protegemos tus datos personales y profesionales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-application-interface_23-2148569125.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-application-interface_23-2148569125.jpg",
|
||||
imageAlt: "Sistema de seguridad verificado",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Soporte Profesional",
|
||||
description: "Nuestro equipo está disponible para resolver tus dudas y ayudarte a maximizar tus oportunidades en la plataforma.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hr-employers-analyzing-candidate-cv-after-job-interview_482257-101456.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hr-employers-analyzing-candidate-cv-after-job-interview_482257-101456.jpg",
|
||||
imageAlt: "Equipo de soporte dedicado",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Tecnología Innovadora",
|
||||
description: "Algoritmos inteligentes que conectan el talento correcto con las oportunidades adecuadas en tiempo real.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-woman-using-mobile-phone-text-messaging-night-home_637285-4411.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-woman-using-mobile-phone-text-messaging-night-home_637285-4411.jpg",
|
||||
imageAlt: "Tecnología de matching inteligente",
|
||||
},
|
||||
]}
|
||||
@@ -155,7 +155,7 @@ export default function LoginPage() {
|
||||
tag="Éxito Comprobado"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
|
||||
Reference in New Issue
Block a user