Update src/app/page.tsx

This commit is contained in:
2026-05-28 00:57:33 +00:00
parent f04424923b
commit 84f72e1e70

View File

@@ -188,32 +188,32 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "t1", name: "Sarah J.", role: "Event Manager", company: "Global Expos", rating: 5,
id: "t1", name: "Sarah J.", role: "Gerente de Eventos", company: "Global Expos", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-working-digital-tablet-restaurant_23-2147955283.jpg", imageAlt: "Sarah J. photo"},
{
id: "t2", name: "Mark L.", role: "Export Director", company: "Innovate Exports", rating: 5,
id: "t2", name: "Mark L.", role: "Director de Exportaciones", company: "Innovate Exports", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-cheeks-painted-with-her-team-colors_53876-127338.jpg", imageAlt: "Mark L. photo"},
{
id: "t3", name: "Emily R.", role: "Campaign Strategist", company: "Civic Voice", rating: 5,
id: "t3", name: "Emily R.", role: "Estratega de Campañas", company: "Civic Voice", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/customer-service-satisfaction-feedback-icon_53876-124008.jpg", imageAlt: "Emily R. photo"},
{
id: "t4", name: "David K.", role: "Marketing Head", company: "BrandCo Inc.", rating: 5,
id: "t4", name: "David K.", role: "Jefe de Marketing", company: "BrandCo Inc.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-colleagues-with-laptop_23-2149009002.jpg", imageAlt: "David K. photo"},
{
id: "t5", name: "Jessica T.", role: "Logistics Coordinator", company: "EventFlow Solutions", rating: 5,
id: "t5", name: "Jessica T.", role: "Coordinador de Logística", company: "EventFlow Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/superior-supreme-vip-membership-top-notched_53876-124913.jpg", imageAlt: "Jessica T. photo"},
]}
kpiItems={[
{
value: "5/5", label: "Client Satisfaction"},
value: "5/5", label: "Satisfacción del Cliente"},
{
value: "100%", label: "Project Success"},
value: "100%", label: "Éxito del Proyecto"},
{
value: "Global", label: "Reach"},
value: "Global", label: "Alcance"},
]}
title="What Our Clients Say"
description="Hear directly from our satisfied partners about their experiences working with our dedicated team and the impact of our services."
tag="Testimonials"
title="Lo que dicen nuestros clientes"
description="Escuche directamente a nuestros socios satisfechos sobre sus experiencias trabajando con nuestro equipo dedicado y el impacto de nuestros servicios."
tag="Testimonios"
/>
</div>
@@ -222,17 +222,17 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Get in Touch"
title="Request Your Custom Quote"
description="Ready to elevate your next event? Fill out the form below to tell us about your project, or connect with us instantly on WhatsApp for quick support."
tag="Contáctanos"
title="Solicita tu Presupuesto Personalizado"
description="¿Listo para elevar tu próximo evento? Rellena el siguiente formulario para contarnos sobre tu proyecto, o conéctate con nosotros al instante en WhatsApp para soporte rápido."
tagAnimation="opacity"
imageSrc="https://images.unsplash.com/photo-1550995648-84227181f087?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
imageAlt="People interacting at a commercial exhibition stand"
mediaAnimation="slide-up"
mediaPosition="left"
inputPlaceholder="Enter your email"
buttonText="Submit Request"
termsText="By submitting, you agree to our Terms and Conditions and Privacy Policy. For urgent inquiries, click the WhatsApp button."
inputPlaceholder="Introduce tu correo electrónico"
buttonText="Enviar Solicitud"
termsText="Al enviar, aceptas nuestros Términos y Condiciones y Política de Privacidad. Para consultas urgentes, haz clic en el botón de WhatsApp."
/>
</div>
@@ -259,4 +259,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}