Merge version_1 into main #2
@@ -28,21 +28,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "/productos",
|
||||
},
|
||||
name: "Productos", id: "/productos"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "/nosotros",
|
||||
},
|
||||
name: "Nosotros", id: "/nosotros"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contacto",
|
||||
},
|
||||
name: "Contacto", id: "/contacto"},
|
||||
]}
|
||||
brandName="AGROPEC"
|
||||
/>
|
||||
@@ -63,17 +55,12 @@ export default function LandingPage() {
|
||||
title="El corazón de nuestra empresa"
|
||||
tag="Nuestro Equipo"
|
||||
memberVariant="card"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ing. Roberto Zavala",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6419.jpg",
|
||||
},
|
||||
id: "t1", name: "Ing. Roberto Zavala", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6419.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Lic. Elena Martínez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-female-gardener-uniform-wearing-gardening-hat-pretends-hold-camera_141793-116179.jpg",
|
||||
},
|
||||
id: "t2", name: "Lic. Elena Martínez", imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-female-gardener-uniform-wearing-gardening-hat-pretends-hold-camera_141793-116179.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,17 +74,11 @@ export default function LandingPage() {
|
||||
description="Cada cifra cuenta una historia de éxito compartido con el agro hondureño."
|
||||
metrics={[
|
||||
{
|
||||
id: "h1",
|
||||
icon: History,
|
||||
title: "Años de trayectoria",
|
||||
value: "53",
|
||||
},
|
||||
id: "h1", icon: History,
|
||||
title: "Años de trayectoria", value: "53"},
|
||||
{
|
||||
id: "h2",
|
||||
icon: Truck,
|
||||
title: "Proyectos ejecutados",
|
||||
value: "5,000+",
|
||||
},
|
||||
id: "h2", icon: Truck,
|
||||
title: "Proyectos ejecutados", value: "5,000+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,34 +88,23 @@ export default function LandingPage() {
|
||||
logoText="AGROPEC"
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "/nosotros",
|
||||
},
|
||||
label: "Nosotros", href: "/nosotros"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contacto",
|
||||
},
|
||||
label: "Contacto", href: "/contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Productos",
|
||||
items: [
|
||||
title: "Productos", items: [
|
||||
{
|
||||
label: "Catálogo",
|
||||
href: "/productos",
|
||||
},
|
||||
label: "Catálogo", href: "/productos"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/50499919494",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/50499919494"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
181
src/app/page.tsx
181
src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { MapPin, Settings, ShieldCheck, Users, Wrench } from "lucide-react";
|
||||
import { ShieldCheck, Users, MapPin, Settings, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "/productos",
|
||||
},
|
||||
name: "Productos", id: "/productos"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "/nosotros",
|
||||
},
|
||||
name: "Nosotros", id: "/nosotros"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contacto",
|
||||
},
|
||||
name: "Contacto", id: "/contacto"},
|
||||
]}
|
||||
brandName="AGROPEC"
|
||||
/>
|
||||
@@ -53,64 +45,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
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: "📞 Llámanos Ahora", href: "tel:+50499719494"},
|
||||
{
|
||||
text: "💬 Escríbenos por WhatsApp",
|
||||
href: "https://wa.me/50499919494",
|
||||
},
|
||||
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?_wi=1"
|
||||
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/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/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/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/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",
|
||||
},
|
||||
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: "Maquinaria de Alta Tecnología"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expertos en Agroindustria",
|
||||
},
|
||||
type: "text", text: "Expertos en Agroindustria"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Calidad Certificada",
|
||||
},
|
||||
type: "text", text: "Calidad Certificada"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Envíos a todo el país",
|
||||
},
|
||||
type: "text", text: "Envíos a todo el país"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Soporte Técnico 24/7",
|
||||
},
|
||||
type: "text", text: "Soporte Técnico 24/7"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,30 +87,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carlos Castillo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg?_wi=1",
|
||||
},
|
||||
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: "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: "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: "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",
|
||||
},
|
||||
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"
|
||||
@@ -160,23 +112,14 @@ export default function LandingPage() {
|
||||
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: "m1", icon: ShieldCheck,
|
||||
title: "Años de Experiencia", value: "53+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Clientes Satisfechos",
|
||||
value: "10,000+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Clientes Satisfechos", value: "10,000+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: MapPin,
|
||||
title: "Cobertura Nacional",
|
||||
value: "18 Deptos",
|
||||
},
|
||||
id: "m3", icon: MapPin,
|
||||
title: "Cobertura Nacional", value: "18 Deptos"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -190,34 +133,30 @@ export default function LandingPage() {
|
||||
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,
|
||||
title: "Maquinaria de Procesamiento", description: "Tecnología de última generación para procesamiento de alimentos y lácteos.", icon: Settings,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tunnel-winter-melon-have-farmers-take-care-farm_1150-7133.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tunnel-winter-melon-have-farmers-take-care-farm_1150-7133.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12317.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12317.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg?_wi=2",
|
||||
imageAlt: "tunnel Winter Melon And have farmers to take care of the farm",
|
||||
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"
|
||||
},
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Soporte Técnico Especializado",
|
||||
description: "Servicio técnico preventivo y correctivo con repuestos originales siempre disponibles.",
|
||||
icon: Wrench,
|
||||
title: "Soporte Técnico Especializado", description: "Servicio técnico preventivo y correctivo con repuestos originales siempre disponibles.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-greenhouse-owner-posing-with-notepad-her-hands-having-many-flowers-glass-roof_158595-7026.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-greenhouse-owner-posing-with-notepad-her-hands-having-many-flowers-glass-roof_158595-7026.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg?_wi=2",
|
||||
imageAlt: "tunnel Winter Melon And have farmers to take care of the farm",
|
||||
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"
|
||||
},
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -230,12 +169,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
]}
|
||||
"AgroInnovations", "TechHarvest", "GlobalMachines", "EcoFarm Solutions", "ProFood Engineering"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,34 +178,23 @@ export default function LandingPage() {
|
||||
logoText="AGROPEC"
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "/nosotros",
|
||||
},
|
||||
label: "Nosotros", href: "/nosotros"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contacto",
|
||||
},
|
||||
label: "Contacto", href: "/contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Productos",
|
||||
items: [
|
||||
title: "Productos", items: [
|
||||
{
|
||||
label: "Catálogo",
|
||||
href: "/productos",
|
||||
},
|
||||
label: "Catálogo", href: "/productos"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/50499919494",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/50499919494"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user