Update src/app/page.tsx
This commit is contained in:
107
src/app/page.tsx
107
src/app/page.tsx
@@ -30,68 +30,43 @@ 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="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="A & B THOMAS"
|
||||
description="Para los que no pueden darse el lujo de parar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver catálogo",
|
||||
href: "/productos",
|
||||
},
|
||||
text: "Ver catálogo", href: "/productos"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tread-yellow-mountain-bike-tire-with-brakes-background_181624-61589.jpg",
|
||||
imageAlt: "OTR Tire Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tread-yellow-mountain-bike-tire-with-brakes-background_181624-61589.jpg", imageAlt: "OTR Tire Detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-black-steering-wheel_395237-235.jpg",
|
||||
imageAlt: "OTR Tire Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-black-steering-wheel_395237-235.jpg", imageAlt: "OTR Tire Detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-9944.jpg",
|
||||
imageAlt: "OTR Tire Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-9944.jpg", imageAlt: "OTR Tire Detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13876.jpg",
|
||||
imageAlt: "OTR Tire Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13876.jpg", imageAlt: "OTR Tire Detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-metal-instrument-with-small-steering-wheel_181624-17350.jpg",
|
||||
imageAlt: "OTR Tire Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-metal-instrument-with-small-steering-wheel_181624-17350.jpg", imageAlt: "OTR Tire Detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-section-view-black-bicycle-tires-workshop_23-2147892371.jpg",
|
||||
imageAlt: "OTR Tire Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-section-view-black-bicycle-tires-workshop_23-2147892371.jpg", imageAlt: "OTR Tire Detail"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,18 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "CUANDO UNA LLANTA FALLA,",
|
||||
},
|
||||
type: "text", content: "CUANDO UNA LLANTA FALLA,"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-31257.jpg",
|
||||
alt: "Warehouse",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-31257.jpg", alt: "Warehouse"},
|
||||
{
|
||||
type: "text",
|
||||
content: "TODO SE DETIENE",
|
||||
},
|
||||
type: "text", content: "TODO SE DETIENE"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,34 +92,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Especialistas en llantas",
|
||||
description: "Conocimiento técnico profundo.",
|
||||
icon: CheckCircle,
|
||||
title: "Especialistas en llantas", description: "Conocimiento técnico profundo.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Cero downtime",
|
||||
description: "Soluciones preventivas.",
|
||||
icon: Zap,
|
||||
title: "Cero downtime", description: "Soluciones preventivas.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Cobertura nacional",
|
||||
description: "Atención en los 25 departamentos.",
|
||||
icon: MapPin,
|
||||
title: "Cobertura nacional", description: "Atención en los 25 departamentos.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Aliado técnico",
|
||||
description: "Consultoría especializada.",
|
||||
icon: Shield,
|
||||
title: "Aliado técnico", description: "Consultoría especializada.", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Marcas líderes",
|
||||
description: "Bridgestone, Michelin, más.",
|
||||
icon: Award,
|
||||
title: "Marcas líderes", description: "Bridgestone, Michelin, más.", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Precio justo",
|
||||
description: "Valor real por tu inversión.",
|
||||
icon: TrendingUp,
|
||||
title: "Precio justo", description: "Valor real por tu inversión.", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
title="Nuestro Compromiso"
|
||||
@@ -165,31 +121,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Soluciones técnicas rápidas para tu tranquilidad."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Tienen cobertura en todo el país?",
|
||||
content: "Sí, despachamos a los 25 departamentos del Perú con tiempos de respuesta optimizados.",
|
||||
},
|
||||
id: "f1", title: "¿Tienen cobertura en todo el país?", content: "Sí, despachamos a los 25 departamentos del Perú con tiempos de respuesta optimizados."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Trabajan con marcas premium?",
|
||||
content: "Distribuimos las marcas más reconocidas globalmente: Bridgestone, Michelin, Goodyear y más.",
|
||||
},
|
||||
id: "f2", title: "¿Trabajan con marcas premium?", content: "Distribuimos las marcas más reconocidas globalmente: Bridgestone, Michelin, Goodyear y más."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Ofrecen consultoría técnica?",
|
||||
content: "Realizamos visitas de campo para el correcto asesoramiento según tus condiciones de terreno.",
|
||||
},
|
||||
id: "f3", title: "¿Ofrecen consultoría técnica?", content: "Realizamos visitas de campo para el correcto asesoramiento según tus condiciones de terreno."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardTwo
|
||||
title="Nuestro Catálogo"
|
||||
description="Llantas de alto desempeño para tu industria."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user