Merge version_1 into main #2
@@ -45,9 +45,10 @@ export default function AboutPage() {
|
||||
{ value: "8+", title: "Años de Experiencia" },
|
||||
{ value: "5,000+", title: "Transacciones Mensuales" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/farmer-interacting-with-farmers-apple-orchard_107420-12209.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/farmer-interacting-with-farmers-apple-orchard_107420-12209.jpg"
|
||||
imageAlt="Trabajadores agricolas en cultivo"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -63,11 +64,8 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Compromiso con la Transparencia",
|
||||
description: "Creemos que la confianza se construye a través de procesos claros, precios justos y comunicación honesta con todos nuestros usuarios.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-holding-packages-while-communicating-mobile-phone-standing-street_637285-1278.jpg?_wi=3"
|
||||
id: "1", title: "Compromiso con la Transparencia", description: "Creemos que la confianza se construye a través de procesos claros, precios justos y comunicación honesta con todos nuestros usuarios.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-holding-packages-while-communicating-mobile-phone-standing-street_637285-1278.jpg"
|
||||
},
|
||||
items: [
|
||||
{ icon: Globe, text: "Procesos transparentes y verificables" },
|
||||
@@ -76,11 +74,8 @@ export default function AboutPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Excelencia Operacional",
|
||||
description: "Optimizamos constantemente nuestros procesos logísticos para garantizar que cada producto llegue en perfectas condiciones.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-with-tractor-brands_1160-433.jpg?_wi=3"
|
||||
id: "2", title: "Excelencia Operacional", description: "Optimizamos constantemente nuestros procesos logísticos para garantizar que cada producto llegue en perfectas condiciones.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-with-tractor-brands_1160-433.jpg"
|
||||
},
|
||||
items: [
|
||||
{ icon: Target, text: "Tecnología de punta en logística" },
|
||||
@@ -89,11 +84,8 @@ export default function AboutPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Impacto Sostenible",
|
||||
description: "Promovemos prácticas agrícolas responsables y una cadena de suministro que respeta el ambiente y las comunidades locales.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg?_wi=3"
|
||||
id: "3", title: "Impacto Sostenible", description: "Promovemos prácticas agrícolas responsables y una cadena de suministro que respeta el ambiente y las comunidades locales.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg"
|
||||
},
|
||||
items: [
|
||||
{ icon: Leaf, text: "Apoyo a agricultura sostenible" },
|
||||
@@ -114,14 +106,7 @@ export default function AboutPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Asociación de Productores Orgánicos",
|
||||
"Federación Agrícola Nacional",
|
||||
"Centro de Investigación Agrícola",
|
||||
"Red Logística Regional",
|
||||
"Instituto de Calidad Alimentaria",
|
||||
"Cooperativas Agrícolas Unidas",
|
||||
"Universidades Agrarias",
|
||||
"Organismos de Certificación"
|
||||
"Asociación de Productores Orgánicos", "Federación Agrícola Nacional", "Centro de Investigación Agrícola", "Red Logística Regional", "Instituto de Calidad Alimentaria", "Cooperativas Agrícolas Unidas", "Universidades Agrarias", "Organismos de Certificación"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
@@ -130,30 +115,27 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/field-with-tractor-brands_1160-433.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/field-with-tractor-brands_1160-433.jpg"
|
||||
imageAlt="Fondo footer"
|
||||
logoText="AgroTrade"
|
||||
copyrightText="© 2025 AgroTrade. Todos los derechos reservados."
|
||||
columns={[
|
||||
{
|
||||
title: "Productos",
|
||||
items: [
|
||||
title: "Productos", items: [
|
||||
{ label: "Catálogo", href: "/products" },
|
||||
{ label: "Ofertas", href: "/products" },
|
||||
{ label: "Nuevos Productos", href: "/products" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Compañía",
|
||||
items: [
|
||||
title: "Compañía", items: [
|
||||
{ label: "Acerca de", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Sostenibilidad", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Soporte",
|
||||
items: [
|
||||
title: "Soporte", items: [
|
||||
{ label: "Contacto", href: "/contact" },
|
||||
{ label: "Políticas", href: "#" },
|
||||
{ label: "Términos", href: "#" }
|
||||
|
||||
151
src/app/page.tsx
151
src/app/page.tsx
@@ -6,6 +6,7 @@ import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
@@ -64,9 +65,10 @@ export default function HomePage() {
|
||||
{ value: "500+", title: "Productos Disponibles" },
|
||||
{ value: "1,000+", title: "Clientes Satisfechos" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/farmer-interacting-with-farmers-apple-orchard_107420-12209.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/farmer-interacting-with-farmers-apple-orchard_107420-12209.jpg"
|
||||
imageAlt="Trabajadores agricolas en cultivo"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -83,64 +85,28 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Campo Verde",
|
||||
name: "Tomates Orgánicos Frescos",
|
||||
price: "$45.00",
|
||||
rating: 5,
|
||||
reviewCount: "234",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-sacks_23-2151944976.jpg?_wi=1",
|
||||
imageAlt: "Tomates orgánicos frescos"
|
||||
id: "1", brand: "Campo Verde", name: "Tomates Orgánicos Frescos", price: "$45.00", rating: 5,
|
||||
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-sacks_23-2151944976.jpg", imageAlt: "Tomates orgánicos frescos"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Huerta Premium",
|
||||
name: "Lechugas Hidropónicas",
|
||||
price: "$28.50",
|
||||
rating: 5,
|
||||
reviewCount: "189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad_1388-678.jpg?_wi=1",
|
||||
imageAlt: "Lechugas hidropónicas de calidad"
|
||||
id: "2", brand: "Huerta Premium", name: "Lechugas Hidropónicas", price: "$28.50", rating: 5,
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad_1388-678.jpg", imageAlt: "Lechugas hidropónicas de calidad"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Finca del Norte",
|
||||
name: "Maíz Fresco Premium",
|
||||
price: "$35.00",
|
||||
rating: 4,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cooked-uncooked-corns-sack-wooden-table-1_141793-11016.jpg?_wi=1",
|
||||
imageAlt: "Maíz fresco de excelente calidad"
|
||||
id: "3", brand: "Finca del Norte", name: "Maíz Fresco Premium", price: "$35.00", rating: 4,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cooked-uncooked-corns-sack-wooden-table-1_141793-11016.jpg", imageAlt: "Maíz fresco de excelente calidad"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Huerta Sostenible",
|
||||
name: "Papas Andinas Seleccionadas",
|
||||
price: "$22.00",
|
||||
rating: 5,
|
||||
reviewCount: "312",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-harvested-potatoes-burlap-sack-wooden-table-with-farm-field-background_84443-72407.jpg?_wi=1",
|
||||
imageAlt: "Papas andinas premium"
|
||||
id: "4", brand: "Huerta Sostenible", name: "Papas Andinas Seleccionadas", price: "$22.00", rating: 5,
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/freshly-harvested-potatoes-burlap-sack-wooden-table-with-farm-field-background_84443-72407.jpg", imageAlt: "Papas andinas premium"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Campo Verde",
|
||||
name: "Cebolla Blanca Certificada",
|
||||
price: "$18.50",
|
||||
rating: 4,
|
||||
reviewCount: "198",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/onion-garlic-parsley-closeup-kitchen-table_169016-39511.jpg?_wi=1",
|
||||
imageAlt: "Cebollas blancas certificadas"
|
||||
id: "5", brand: "Campo Verde", name: "Cebolla Blanca Certificada", price: "$18.50", rating: 4,
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/onion-garlic-parsley-closeup-kitchen-table_169016-39511.jpg", imageAlt: "Cebollas blancas certificadas"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Finca del Norte",
|
||||
name: "Zanahorias Baby Pack",
|
||||
price: "$32.00",
|
||||
rating: 5,
|
||||
reviewCount: "267",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-composition-sliced-whole-vegetables-white-background_140725-141165.jpg?_wi=1",
|
||||
imageAlt: "Zanahorias baby frescas"
|
||||
id: "6", brand: "Finca del Norte", name: "Zanahorias Baby Pack", price: "$32.00", rating: 5,
|
||||
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-composition-sliced-whole-vegetables-white-background_140725-141165.jpg", imageAlt: "Zanahorias baby frescas"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -157,11 +123,8 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Productos Certificados",
|
||||
description: "Todos nuestros productos pasan por rigurosos controles de calidad y certificaciones sanitarias para garantizar inocuidad alimentaria.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg?_wi=1"
|
||||
id: "1", title: "Productos Certificados", description: "Todos nuestros productos pasan por rigurosos controles de calidad y certificaciones sanitarias para garantizar inocuidad alimentaria.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg"
|
||||
},
|
||||
items: [
|
||||
{ icon: Shield, text: "Certificación orgánica verificada" },
|
||||
@@ -170,11 +133,8 @@ export default function HomePage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Entrega Rápida y Segura",
|
||||
description: "Sistema logístico eficiente que garantiza la frescura de tus productos desde el campo hasta tu puerta en tiempo récord.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-holding-packages-while-communicating-mobile-phone-standing-street_637285-1278.jpg?_wi=1"
|
||||
id: "2", title: "Entrega Rápida y Segura", description: "Sistema logístico eficiente que garantiza la frescura de tus productos desde el campo hasta tu puerta en tiempo récord.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-holding-packages-while-communicating-mobile-phone-standing-street_637285-1278.jpg"
|
||||
},
|
||||
items: [
|
||||
{ icon: Truck, text: "Entrega en 24-48 horas" },
|
||||
@@ -183,11 +143,8 @@ export default function HomePage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Precios Competitivos",
|
||||
description: "Eliminamos intermediarios para ofrecerte los mejores precios directamente de productores verificados sin comprometer calidad.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg?_wi=1"
|
||||
id: "3", title: "Precios Competitivos", description: "Eliminamos intermediarios para ofrecerte los mejores precios directamente de productores verificados sin comprometer calidad.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg"
|
||||
},
|
||||
items: [
|
||||
{ icon: DollarSign, text: "Descuentos por volumen" },
|
||||
@@ -199,6 +156,35 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
title="Planes de Compra Flexibles"
|
||||
description="Elige el plan que mejor se adapte a tus necesidades como productor, distribuidor o consumidor final."
|
||||
tag="Planes"
|
||||
tagIcon={Zap}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", tag: "Plan Estándar", tagIcon: Leaf,
|
||||
price: "Gratis", period: "siempre", description: "Acceso básico al catálogo para compradores ocasionales.", button: { text: "Comenzar", href: "#contact" },
|
||||
featuresTitle: "Incluye:", features: ["Acceso al catálogo completo", "Historial de compras", "Notificaciones de ofertas"]
|
||||
},
|
||||
{
|
||||
id: "pro", tag: "Plan Profesional", tagIcon: Sparkles,
|
||||
price: "$99", period: "/mes", description: "Para distribuidores y empresas con compras regulares.", button: { text: "Suscribirse", href: "#contact" },
|
||||
featuresTitle: "Incluye:", features: ["Descuento 15% en todos los productos", "Compras a crédito hasta 30 días", "Gestor de cuenta dedicado", "Entregas prioritarias"]
|
||||
},
|
||||
{
|
||||
id: "enterprise", tag: "Plan Empresarial", tagIcon: Crown,
|
||||
price: "Personalizado", period: "/mes", description: "Soluciones personalizadas para grandes volúmenes.", button: { text: "Contactar Ventas", href: "#contact" },
|
||||
featuresTitle: "Incluye:", features: ["Descuentos personalizados por volumen", "Crédito flexible hasta 60 días", "API de integración para sistemas ERP", "Soporte técnico 24/7"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="AgroTrade ha revolucionado cómo distribuyo nuestros productos. Los precios son justos, la logística es confiable y mis clientes reciben frutas y verduras siempre frescas. Es la plataforma que necesitábamos."
|
||||
@@ -225,46 +211,53 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Asociación Nacional de Productores",
|
||||
"Cooperativa Agrícola del Centro",
|
||||
"Supermercados Premium",
|
||||
"Distribuidora Regional",
|
||||
"Exportadora de Alimentos",
|
||||
"Red de Comerciantes",
|
||||
"Finca Sostenible",
|
||||
"Empresa Agroalimentaria"
|
||||
"Asociación Nacional de Productores", "Cooperativa Agrícola del Centro", "Supermercados Premium", "Distribuidora Regional", "Exportadora de Alimentos", "Red de Comerciantes", "Finca Sostenible", "Empresa Agroalimentaria"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Newsletter"
|
||||
tagIcon={Mail}
|
||||
title="Mantente Actualizado"
|
||||
description="Recibe ofertas exclusivas, nuevos productos y tips de agricultura directamente en tu correo."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-view-woman-holding-digital-tablet_23-2147862763.jpg"
|
||||
imageAlt="Newsletter agricultura"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="tu@correo.com"
|
||||
buttonText="Suscribirse"
|
||||
termsText="Respetamos tu privacidad. Puedes desuscribirte en cualquier momento."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/field-with-tractor-brands_1160-433.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/field-with-tractor-brands_1160-433.jpg"
|
||||
imageAlt="Fondo footer"
|
||||
logoText="AgroTrade"
|
||||
copyrightText="© 2025 AgroTrade. Todos los derechos reservados."
|
||||
columns={[
|
||||
{
|
||||
title: "Productos",
|
||||
items: [
|
||||
title: "Productos", items: [
|
||||
{ label: "Catálogo", href: "/products" },
|
||||
{ label: "Ofertas", href: "/products" },
|
||||
{ label: "Nuevos Productos", href: "/products" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Compañía",
|
||||
items: [
|
||||
title: "Compañía", items: [
|
||||
{ label: "Acerca de", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Sostenibilidad", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Soporte",
|
||||
items: [
|
||||
title: "Soporte", items: [
|
||||
{ label: "Contacto", href: "/contact" },
|
||||
{ label: "Políticas", href: "#" },
|
||||
{ label: "Términos", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user