Update src/app/sectores/page.tsx
This commit is contained in:
@@ -27,54 +27,37 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "/productos",
|
||||
},
|
||||
name: "Productos", id: "/productos"},
|
||||
{
|
||||
name: "Sectores",
|
||||
id: "/sectores",
|
||||
},
|
||||
name: "Sectores", id: "/sectores"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contacto",
|
||||
},
|
||||
name: "Contacto", id: "/contacto"},
|
||||
]}
|
||||
brandName="A & B THOMAS"
|
||||
button={{
|
||||
text: "Cotiza ahora",
|
||||
href: "/contacto",
|
||||
}}
|
||||
text: "Cotiza ahora", href: "/contacto"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="sectores-list" data-section="sectores-list">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Minería",
|
||||
description: "Soluciones para entornos extremos.",
|
||||
icon: Truck,
|
||||
title: "Minería", description: "Soluciones para entornos extremos.", icon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Construcción",
|
||||
description: "Resistencia en cada obra.",
|
||||
icon: Building2,
|
||||
title: "Construcción", description: "Resistencia en cada obra.", icon: Building2,
|
||||
},
|
||||
{
|
||||
title: "Flotas",
|
||||
description: "Logística sin interrupciones.",
|
||||
icon: Truck,
|
||||
title: "Flotas", description: "Logística sin interrupciones.", icon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Particulares",
|
||||
description: "Seguridad en tu camino.",
|
||||
icon: Car,
|
||||
title: "Particulares", description: "Seguridad en tu camino.", icon: Car,
|
||||
},
|
||||
]}
|
||||
title="Nuestros Sectores"
|
||||
@@ -92,17 +75,9 @@ export default function LandingPage() {
|
||||
description="Expertos listos para tu operación."
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Juan Pérez",
|
||||
role: "Especialista OTR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", name: "Juan Pérez", role: "Especialista OTR", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Maria Silva",
|
||||
role: "Coordinadora Logística",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-jeans-jacket-head-scarf-tire-fitting-zone_627829-9509.jpg",
|
||||
},
|
||||
id: "m2", name: "Maria Silva", role: "Coordinadora Logística", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-jeans-jacket-head-scarf-tire-fitting-zone_627829-9509.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user