diff --git a/src/app/nosotros/page.tsx b/src/app/nosotros/page.tsx
index 646d065..557eed4 100644
--- a/src/app/nosotros/page.tsx
+++ b/src/app/nosotros/page.tsx
@@ -28,21 +28,13 @@ export default function LandingPage() {
@@ -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"},
]}
/>
@@ -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+"},
]}
/>
@@ -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"},
],
},
]}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1c78430..6fd990c 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -53,64 +45,39 @@ export default function LandingPage() {
@@ -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"},
]}
/>
@@ -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"]}
/>
@@ -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"},
],
},
]}