2 Commits

Author SHA1 Message Date
401bbbf3c4 Update src/app/page.tsx 2026-05-13 00:37:35 +00:00
7dfab1a9f9 Merge version_2 into main
Merge version_2 into main
2026-05-13 00:31:11 +00:00

View File

@@ -144,12 +144,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "How do you handle customs?", content: "We have an experienced in-house legal and logistics team." },
{ id: "f2", title: "What is the delivery time?", content: "Varies by destination and freight mode (Air/Sea)." },
{ id: "f3", title: "Can I track my cargo?", content: "Yes, through our dedicated secure client portal." },
{ id: "f1", title: "How do you handle customs? / ¿Cómo gestionan las aduanas?", content: "We have an experienced in-house legal and logistics team. / Contamos con un equipo legal y logístico interno altamente experimentado." },
{ id: "f2", title: "What is the delivery time? / ¿Cuál es el tiempo de entrega?", content: "Varies by destination and freight mode (Air/Sea). / Varía según el destino y el modo de transporte (Aéreo/Marítimo)." },
{ id: "f3", title: "Can I track my cargo? / ¿Puedo rastrear mi carga?", content: "Yes, through our dedicated secure client portal. / Sí, a través de nuestro portal seguro para clientes." },
]}
title="Frequently Asked Questions"
description="Clear answers to your import-export concerns."
title="Frequently Asked Questions / Preguntas Frecuentes"
description="Clear answers to your import-export concerns. / Respuestas claras a sus dudas sobre importación y exportación."
faqsAnimation="blur-reveal"
/>
</div>
@@ -159,19 +159,20 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "radial-gradient"}}
tag="Get in touch"
title="Start Your Import Journey"
description="Ready to scale? Connect with our trade experts today for a custom logistics strategy."
tag="Get in touch / Contáctenos"
title="Start Your Import Journey / Comience su viaje de importación"
description="Ready to scale? Connect with our trade experts today for a custom logistics strategy. / ¿Listo para escalar? Conecte hoy con nuestros expertos en comercio para una estrategia logística personalizada."
imageSrc="http://img.b2bpic.net/free-photo/male-administrator-uses-green-screen-tablet-explore-new-growth-strategy_482257-126533.jpg"
imageAlt="logistics management screen"
mediaAnimation="slide-up"
termsText="By clicking Sign Up you're confirming that you agree with our Terms and Conditions. / Al hacer clic en Registrarse, confirma que acepta nuestros Términos y Condiciones."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="CKMF"
copyrightText="© 2025 | Cekilmefo Trade Solutions"
copyrightText="© 2025 | Cekilmefo Trade Solutions | Todos los derechos reservados"
/>
</div>
</ReactLenis>