Update src/app/page.tsx
This commit is contained in:
@@ -51,7 +51,7 @@ export default function TransportesPage() {
|
|||||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-truck-rainy-highway-power-energy-motion_169016-69894.jpg", imageAlt: "Vehículos de transporte moderno"
|
imageSrc: "http://img.b2bpic.net/free-photo/blue-truck-rainy-highway-power-energy-motion_169016-69894.jpg", imageAlt: "Vehículos de transporte moderno"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg?_wi=1", imageAlt: "Centro logístico profesional"
|
imageSrc: "http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg", imageAlt: "Centro logístico profesional"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -87,7 +87,7 @@ export default function TransportesPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Servicios Logísticos Personalizados", description: "Soluciones a medida para empresas que requieren transporte especializado, almacenamiento temporal, y gestión de entregas coordinadas.", media: {
|
id: "2", title: "Servicios Logísticos Personalizados", description: "Soluciones a medida para empresas que requieren transporte especializado, almacenamiento temporal, y gestión de entregas coordinadas.", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg?_wi=2", imageAlt: "Servicios logísticos"
|
imageSrc: "http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg", imageAlt: "Servicios logísticos"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ icon: Zap, text: "Flexibilidad máxima" },
|
{ icon: Zap, text: "Flexibilidad máxima" },
|
||||||
@@ -148,19 +148,19 @@ export default function TransportesPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Carlos Mendoza", role: "Gerente de Logística", company: "Distribuidora Central", rating: 5,
|
id: "1", name: "Carlos Mendoza", role: "Gerente de Logística", company: "Distribuidora Central", rating: 5,
|
||||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Carlos Mendoza"
|
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Carlos Mendoza"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "María López", role: "Directora de Operaciones", company: "Comercializadora Express", rating: 5,
|
id: "2", name: "María López", role: "Directora de Operaciones", company: "Comercializadora Express", rating: 5,
|
||||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "María López"
|
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "María López"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Roberto García", role: "Propietario", company: "Tienda Online Premium", rating: 5,
|
id: "3", name: "Roberto García", role: "Propietario", company: "Tienda Online Premium", rating: 5,
|
||||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Roberto García"
|
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Roberto García"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Ana Rodríguez", role: "Coordinadora de Entregas", company: "EmpresaTech CDMX", rating: 5,
|
id: "4", name: "Ana Rodríguez", role: "Coordinadora de Entregas", company: "EmpresaTech CDMX", rating: 5,
|
||||||
imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Ana Rodríguez"
|
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Ana Rodríguez"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
@@ -175,7 +175,7 @@ export default function TransportesPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="¿Listo para optimizar tu transporte? Contáctanos hoy y obtén una cotización sin compromiso. Nuestro equipo está listo para ayudarte."
|
text="¿Listo para optimizar tu transporte? Contáctanos hoy y obtén una cotización sin compromiso. Nuestro equipo está listo para ayudarte."
|
||||||
animationType="background-highlight"
|
animationType="background-highlight"
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Enviar WhatsApp", href: "https://wa.me/5255XXXXXXXX?text=Solicito%20información%20sobre%20servicios%20de%20transporte" },
|
{ text: "Enviar WhatsApp", href: "https://wa.me/5255XXXXXXXX?text=Solicito%20información%20sobre%20servicios%20de%20transporte" },
|
||||||
|
|||||||
Reference in New Issue
Block a user