Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-18 07:35:14 +00:00

View File

@@ -12,6 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
import { Award, CheckCircle, Globe, Leaf, ShieldCheck, Users } from "lucide-react";
export default function LandingPage() {
@@ -34,6 +35,7 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Transformation", id: "transformation" },
{ name: "Compliance", id: "compliance" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
@@ -51,9 +53,9 @@ export default function LandingPage() {
avatars={[
{ src: "http://img.b2bpic.net/free-photo/positive-blonde-woman-knitted-dress-laughs-happily-posing-with-different-evergreens-greenhouse_197531-12382.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-girl-texting-her-phone_53876-96951.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/free-photo/farmer-irrigation-fields-cabbage-vegetable-garden_1150-7167.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/happy-professional_1098-12931.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/farmer-irrigation-fields-cabbage-vegetable-garden_1150-7167.jpg", alt: "Client" },
]}
buttons={[{ text: "Contact Us", href: "#contact" }]}
marqueeItems={[
@@ -79,6 +81,20 @@ export default function LandingPage() {
/>
</div>
<div id="transformation" data-section="transformation">
<TimelineProcessFlow
title="The Kerio Valley Transformation"
description="Tracing the journey of our farmers from subsistence cultivation to becoming global avocado exporters."
textboxLayout="split"
animationType="slide-up"
items={[
{ content: "Starting with small-scale local efforts in the valley, farmers focused on basic food crops to meet local demands.", media: <div className="bg-gray-200 h-full w-full rounded-lg" />, reverse: false },
{ content: "We introduced technical training, quality control measures, and sustainable farming education tailored for export-grade fruit.", media: <div className="bg-gray-300 h-full w-full rounded-lg" />, reverse: true },
{ content: "Today, we link these farmers directly to global markets, ensuring fair trade and prosperity across our cooperative.", media: <div className="bg-gray-400 h-full w-full rounded-lg" />, reverse: false }
]}
/>
</div>
<div id="compliance" data-section="compliance">
<FeatureCardTwentyOne
useInvertedBackground={false}
@@ -103,10 +119,6 @@ export default function LandingPage() {
products={[
{ id: "p1", name: "Fresh Hass Avocados", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-feykhoas-basket-grey-surface-with-copy-space_140725-63413.jpg" },
{ id: "p2", name: "Cold-Pressed Avocado Oil", price: "Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/hands-cooking-with-avocado_1398-3985.jpg" },
{ id: "p3", name: "Export-Grade Fuerte", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-wicker-tray-fresh-fruits-such-as-green-apples-feijoas-limes-wooden-wall-with-copy-space_141793-75800.jpg" },
{ id: "p4", name: "Premium Smallholder Produce", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/festive-cornucopia-assortment-with-delicious-foods_23-2149103243.jpg" },
{ id: "p5", name: "Standard Avocado Grade", price: "Competitive", imageSrc: "http://img.b2bpic.net/free-photo/cornucopia-arrangement-with-delicious-foods-empty-blackboard_23-2149103242.jpg" },
{ id: "p6", name: "Premium Oil Bulk", price: "Tiered Pricing", imageSrc: "http://img.b2bpic.net/free-photo/transparent-bottle-filled-with-olive-oil-dark-backgrou_181624-5776.jpg" },
]}
title="Our Premium Exports"
description="Hand-harvested at optimal maturity and processed to perfection."
@@ -121,7 +133,6 @@ export default function LandingPage() {
metrics={[
{ id: "m1", value: "15%", title: "Income Growth", items: ["For smallholder farmers", "Sustainable development", "Local economy impact"] },
{ id: "m2", value: "100%", title: "Compliance Rate", items: ["KEPHIS certified", "Traceability ensured", "AFA Standards"] },
{ id: "m3", value: "20+", title: "Jobs Created", items: ["Youth employment", "Packing facility roles", "Logistics team"] },
]}
title="Regional Impact"
description="Quantifying our contribution to the Kerio Valley economic engine."
@@ -136,9 +147,6 @@ export default function LandingPage() {
testimonials={[
{ id: "t1", name: "Sarah J.", role: "EU Importer", company: "Global Produce", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg" },
{ id: "t2", name: "Michael K.", role: "Retail Buyer", company: "FreshMart", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-holding-heart-eyes-emoticon-using-tablet_53876-71040.jpg" },
{ id: "t3", name: "Emily R.", role: "Operations Dir", company: "AgriTrade", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg" },
{ id: "t4", name: "David W.", role: "Supply Chain Mgr", company: "DirectExport", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg" },
{ id: "t5", name: "Linda M.", role: "Local Coop Leader", company: "Valley Farmers", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg" },
]}
kpiItems={[
{ value: "99%", label: "Customer Satisfaction" },
@@ -157,7 +165,6 @@ export default function LandingPage() {
faqs={[
{ id: "f1", title: "Do you export to the EU?", content: "Yes, we fully comply with all EU phytosanitary standards." },
{ id: "f2", title: "How do you ensure quality?", content: "We follow KEPHIS maturity guidelines and undergo strict packhouse inspections." },
{ id: "f3", title: "Where are you based?", content: "We are headquartered in Eldoret and Iten, Kenya." },
]}
title="Frequently Asked Questions"
description="Everything you need to know about Akwaifersh avocado export standards."
@@ -186,6 +193,7 @@ export default function LandingPage() {
{
title: "Company", items: [
{ label: "Story", href: "#about" },
{ label: "Transformation", href: "#transformation" },
{ label: "Products", href: "#products" },
{ label: "Compliance", href: "#compliance" },
],