Merge version_1 into main #2
@@ -69,20 +69,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Distribución Local", author: "Entrega Rápida", description: "Distribución eficiente de productos en toda la zona metropolitana de Santo Domingo. Cobertura completa con tiempos de entrega garantizados.", tags: ["Envíos", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg?_wi=1", imageAlt: "Servicios comerciales"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg", imageAlt: "Servicios comerciales"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Almacenamiento", author: "Seguro y Confiable", description: "Instalaciones modernas con sistemas de seguridad avanzados. Perfecto para inventario temporal o permanente de tus productos.", tags: ["Bodega", "Seguridad"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg?_wi=2", imageAlt: "Almacenamiento seguro"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg", imageAlt: "Almacenamiento seguro"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Gestión Aduanal", author: "Expertos Certificados", description: "Tramitación completa de importaciones y exportaciones con personal especializado. Documentación rápida y confiable.", tags: ["Aduanas", "Trámites"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg?_wi=3", imageAlt: "Gestión aduanal"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg", imageAlt: "Gestión aduanal"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
ariaLabel="Sección de servicios"
|
||||
/>
|
||||
</div>
|
||||
@@ -97,9 +97,9 @@ export default function LandingPage() {
|
||||
{ id: "3", icon: TrendingUp, title: "Entregas Mensuales", value: "2,000+" },
|
||||
{ id: "4", icon: Shield, title: "Garantía de Servicio", value: "100%" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
ariaLabel="Indicadores de confianza"
|
||||
/>
|
||||
</div>
|
||||
@@ -124,7 +124,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
ariaLabel="Testimonios de clientes"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user