Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
270
src/app/page.tsx
270
src/app/page.tsx
@@ -26,176 +26,118 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Productos", id: "/productos"},
|
||||
{
|
||||
name: "Nosotros", id: "/nosotros"},
|
||||
{
|
||||
name: "Contacto", id: "/contacto"},
|
||||
]}
|
||||
brandName="AGROPEC"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Productos", id: "/productos" },
|
||||
{ name: "Nosotros", id: "/nosotros" },
|
||||
{ name: "Contacto", id: "/contacto" },
|
||||
]}
|
||||
brandName="AGROPEC"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Todo lo que tu negocio necesita, en un solo lugar."
|
||||
description="Equipo agroindustrial, maquinaria para alimentos y soluciones para tu empresa. Más de 53 años sirviendo a Honduras."
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Llámanos Ahora", href: "tel:+50499719494"},
|
||||
{
|
||||
text: "💬 Escríbenos por WhatsApp", href: "https://wa.me/50499919494"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/automated-harvesting-robots-drones-modern-agriculture_23-2152000837.jpg", alt: "Automated harvesting: robots and drones in modern agriculture"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/combine-harvester-machine_53876-64906.jpg", alt: "Combine harvester machine"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/robots-harvesting-strawberries-with-drones-futuristic-farm_23-2152000857.jpg", alt: "Robots harvesting strawberries with drones in a futuristic farm"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/robot-performing-human-job_23-2150912001.jpg", alt: "Robot performing human job"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg", alt: "Portrait of smiling mechanic"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Maquinaria de Alta Tecnología"},
|
||||
{
|
||||
type: "text", text: "Expertos en Agroindustria"},
|
||||
{
|
||||
type: "text", text: "Calidad Certificada"},
|
||||
{
|
||||
type: "text", text: "Envíos a todo el país"},
|
||||
{
|
||||
type: "text", text: "Soporte Técnico 24/7"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Todo lo que tu negocio necesita, en un solo lugar."
|
||||
description="Equipo agroindustrial, maquinaria para alimentos y soluciones para tu empresa. Más de 53 años sirviendo a Honduras."
|
||||
buttons={[
|
||||
{ text: "📞 Llámanos Ahora", href: "tel:+50499719494" },
|
||||
{ text: "💬 Escríbenos por WhatsApp", href: "https://wa.me/50499919494" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/automated-harvesting-robots-drones-modern-agriculture_23-2152000837.jpg", alt: "Automated harvesting: robots and drones in modern agriculture" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/combine-harvester-machine_53876-64906.jpg", alt: "Combine harvester machine" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/robots-harvesting-strawberries-with-drones-futuristic-farm_23-2152000857.jpg", alt: "Robots harvesting strawberries with drones in a futuristic farm" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/robot-performing-human-job_23-2150912001.jpg", alt: "Robot performing human job" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg", alt: "Portrait of smiling mechanic" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Maquinaria de Alta Tecnología" },
|
||||
{ type: "text", text: "Expertos en Agroindustria" },
|
||||
{ type: "text", text: "Calidad Certificada" },
|
||||
{ type: "text", text: "Envíos a todo el país" },
|
||||
{ type: "text", text: "Soporte Técnico 24/7" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Carlos Castillo", imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg"},
|
||||
{
|
||||
id: "2", name: "Mauricio Zavala", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-beautiful-plant_23-2148509875.jpg"},
|
||||
{
|
||||
id: "3", name: "Luis Pérez", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-girl-apron-summer-hat-smiling-showing-ok-sign-with-both-hands-standing-green-wall_141793-82026.jpg"},
|
||||
{
|
||||
id: "4", name: "Miguel Ruiz", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-gestures-heart-hand-sign_141793-116130.jpg"},
|
||||
{
|
||||
id: "5", name: "Ana Gómez", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg"},
|
||||
]}
|
||||
cardTitle="Lo que dicen nuestros clientes"
|
||||
cardTag="Testimonios"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Carlos Castillo", imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg" },
|
||||
{ id: "2", name: "Mauricio Zavala", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-beautiful-plant_23-2148509875.jpg" },
|
||||
{ id: "3", name: "Luis Pérez", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-girl-apron-summer-hat-smiling-showing-ok-sign-with-both-hands-standing-green-wall_141793-82026.jpg" },
|
||||
{ id: "4", name: "Miguel Ruiz", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-gestures-heart-hand-sign_141793-116130.jpg" },
|
||||
{ id: "5", name: "Ana Gómez", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg" },
|
||||
]}
|
||||
cardTitle="Lo que dicen nuestros clientes"
|
||||
cardTag="Testimonios"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Resultados que impulsan el campo"
|
||||
description="Más de cinco décadas de compromiso, innovación y desarrollo para la agroindustria hondureña."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", icon: ShieldCheck,
|
||||
title: "Años de Experiencia", value: "53+"},
|
||||
{
|
||||
id: "m2", icon: Users,
|
||||
title: "Clientes Satisfechos", value: "10,000+"},
|
||||
{
|
||||
id: "m3", icon: MapPin,
|
||||
title: "Cobertura Nacional", value: "18 Deptos"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Resultados que impulsan el campo"
|
||||
description="Más de cinco décadas de compromiso, innovación y desarrollo para la agroindustria hondureña."
|
||||
metrics={[
|
||||
{ id: "m1", icon: ShieldCheck, title: "Años de Experiencia", value: "53+" },
|
||||
{ id: "m2", icon: Users, title: "Clientes Satisfechos", value: "10,000+" },
|
||||
{ id: "m3", icon: MapPin, title: "Cobertura Nacional", value: "18 Deptos" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Soluciones de vanguardia para tu negocio"
|
||||
description="Desde maquinaria de precisión hasta equipos de procesamiento, garantizamos tecnología de clase mundial."
|
||||
features={[
|
||||
{
|
||||
title: "Maquinaria de Procesamiento", description: "Tecnología de última generación para procesamiento de alimentos y lácteos.", icon: Settings,
|
||||
media: { type: 'image', src: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg", alt: "tunnel Winter Melon And have farmers to take care of the farm" },
|
||||
items: [
|
||||
{
|
||||
text: "Procesamiento Eficiente"},
|
||||
{
|
||||
text: "Certificación Internacional"},
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Soporte Técnico Especializado", description: "Servicio técnico preventivo y correctivo con repuestos originales siempre disponibles.", icon: Wrench,
|
||||
media: { type: 'image', src: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg", alt: "tunnel Winter Melon And have farmers to take care of the farm" },
|
||||
items: [
|
||||
{
|
||||
text: "Soporte 24/7"},
|
||||
{
|
||||
text: "Repuestos Originales"},
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Soluciones de vanguardia para tu negocio"
|
||||
description="Desde maquinaria de precisión hasta equipos de procesamiento, garantizamos tecnología de clase mundial."
|
||||
features={[
|
||||
{
|
||||
title: "Maquinaria de Procesamiento", description: "Tecnología de última generación para procesamiento de alimentos y lácteos.", icon: Settings,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg", imageAlt: "tunnel Winter Melon And have farmers to take care of the farm", items: [{ text: "Procesamiento Eficiente" }, { text: "Certificación Internacional" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Soporte Técnico Especializado", description: "Servicio técnico preventivo y correctivo con repuestos originales siempre disponibles.", icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg", imageAlt: "tunnel Winter Melon And have farmers to take care of the farm", items: [{ text: "Soporte 24/7" }, { text: "Repuestos Originales" }],
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Marcas que confían en nosotros"
|
||||
description="Representamos a los mejores fabricantes del mundo para asegurar la máxima calidad en cada proyecto."
|
||||
names={[
|
||||
"AgroInnovations", "TechHarvest", "GlobalMachines", "EcoFarm Solutions", "ProFood Engineering"]}
|
||||
/>
|
||||
</div>
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Marcas que confían en nosotros"
|
||||
description="Representamos a los mejores fabricantes del mundo para asegurar la máxima calidad en cada proyecto."
|
||||
names={["AgroInnovations", "TechHarvest", "GlobalMachines", "EcoFarm Solutions", "ProFood Engineering"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="main-footer" data-section="main-footer">
|
||||
<FooterBaseCard
|
||||
logoText="AGROPEC"
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Nosotros", href: "/nosotros"},
|
||||
{
|
||||
label: "Contacto", href: "/contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Productos", items: [
|
||||
{
|
||||
label: "Catálogo", href: "/productos"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/50499919494"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="main-footer" data-section="main-footer">
|
||||
<FooterBaseCard
|
||||
logoText="AGROPEC"
|
||||
columns={[
|
||||
{ title: "Empresa", items: [{ label: "Nosotros", href: "/nosotros" }, { label: "Contacto", href: "/contacto" }] },
|
||||
{ title: "Productos", items: [{ label: "Catálogo", href: "/productos" }] },
|
||||
{ title: "Contacto", items: [{ label: "WhatsApp", href: "https://wa.me/50499919494" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user