// Remaining sections + app shell for Farmatric const { useState: useSt, useEffect: useEf, useRef: useRf } = React; /* ---------- COLLECTIVE ---------- */ function Collective() { const cards = [ { n: "i", t: "Pool your capacity", d: "Multiple farms, one coordinated supply offer. A 200kg tomato order isn't a problem when ten farms can fulfil it together." }, { n: "ii", t: "Pre-sell before planting", d: "Hotels, restaurants and supermarkets commit to orders 3 months ahead. You plant against a contract, not a hunch." }, { n: "iii", t: "Share technology", d: "Drones, soil sensors, cold storage, packaging. Shared costs, collective access. The economics of scale, without losing your farm." }, ]; return (
The Gulf Farm Collective

You don't have to farm alone.

A cooperative of Gulf farms pooling demand, coordinating supply, and sharing what one farm alone could never afford. Zero upfront cost — we earn only when you sell.

{cards.map((c, i) => ( {c.n}

{c.t}

{c.d}

))}
Join the Collective
); } /* ---------- TRAINING ---------- */ function Training() { const items = [ { icon: , t: "Daily WhatsApp tips", d: "Bite-size practical guidance, delivered where you already are.", meta: "Every morning · EN / AR" }, { icon: , t: "Monthly live masterclasses", d: "Senior agronomists on hydroponics, soil, pest control, post-harvest.", meta: "First Thursday · Zoom" }, { icon: , t: "Quarterly on-farm workshops", d: "Hands-on field days at member farms across the UAE.", meta: "Al Ain · Dubai · Abu Dhabi" }, { icon: , t: "Gulf farming guide library", d: "PDF guides for the crops, climate, and regulations that actually matter here.", meta: "60+ guides · downloadable" }, ]; return (
Training & knowledge

We don't just give you a tool. We help you grow better.

Software alone doesn't change yields. People do. Every collective member is supported by a real curriculum, real mentors, and real field time.

{items.map((t, i) => ( {t.icon}

{t.t}

{t.d}

{t.meta}
))}

Every collective member gets a peer mentor + GAP certification support.

See the curriculum
); } /* ---------- REVENUE MODEL ---------- */ function Revenue() { const steps = [ { n: "01", t: "Join free", d: "Set up your farm on Farmatric in under 10 minutes. No card, no contract." }, { n: "02", t: "Grow", d: "Track fields, schedule irrigation, log inputs, manage harvest — all through the platform." }, { n: "03", t: "Sell", d: "Buyer pays through Farmatric. 5% platform fee is deducted automatically. You receive the rest." }, ]; return (
How we make money

No subscription. No setup fee. We earn when you earn.

A model that aligns us with your harvest, not your wallet.

{steps.map((s, i) => (
{s.n}

{s.t}

{s.d}

{i < steps.length - 1 && (
)}
))}

Buyers pay zero fees. Only the farmer side pays — and only on completed sales.

); } /* ---------- TESTIMONIALS ---------- */ function Testimonials() { const tests = [ { q: "Finally I can see all 12 fields in one place. And my hotel buyer sees the harvest coming before it arrives.", n: "Ahmed Al Mansoori", m: "Date Farm · Abu Dhabi", c: "linear-gradient(135deg, #1A5C38, #2a7048)", in: "AM" }, { q: "We used to rotate three notebooks between three managers. Now it's one app and one truth — across all of Sharjah.", n: "Fatima Al Rashid", m: "Greenhouse Estate · Sharjah", c: "linear-gradient(135deg, #C87820, #b46a18)", in: "FR" }, { q: "The pre-order system changed my season. I planted 4 hectares of cucumber against a signed restaurant order. Zero waste at harvest.", n: "Rajesh Menon", m: "Hydroponic Farm · Dubai", c: "linear-gradient(135deg, #8B6B4A, #6b4f33)", in: "RM" }, ]; const buyers = [ { i: "✦", t: "5-Star Hotels" }, { i: "◇", t: "Supermarkets" }, { i: "◉", t: "Restaurants" }, { i: "❖", t: "Corporate Canteens" }, { i: "◊", t: "Cloud Kitchens" }, ]; return (
Voices from the field

Farmers who farm smarter.

Real operators across the Emirates running their season through Farmatric.

{tests.map((t, i) => (

{t.q}

{t.in}
{t.n}
{t.m}
))}
Buyers we connect you to —
{buyers.map(b => ( {b.i} {b.t} ))}
); } /* ---------- PRICING ---------- */ function Pricing() { return (
Pricing

Simple. Transparent. Tied to your success.

5

on completed sales only — nothing else, nothing ever.

Zero monthly fees Zero setup cost Zero risk
); } /* ---------- FAQ ---------- */ function FAQ() { const faqs = [ { q: "Is Farmatric really free to join?", a: "Yes. No card, no setup fee, no monthly subscription. You only pay a 5% platform fee when produce sells through Farmatric to a buyer. If you never sell through us, you never pay us." }, { q: "How does the 5% fee work?", a: "When a buyer pays for a completed order, the payment passes through Farmatric. We deduct 5% as the platform fee and forward 95% to your registered bank account or wallet — typically within 48 hours of buyer payment." }, { q: "Can I use Farmatric even if I'm not in the collective?", a: "Absolutely. The platform — fields, crops, finance, irrigation, reports — is available standalone. The Gulf Farm Collective adds pre-orders, shared technology, and group buyer contracts on top, but it is fully opt-in." }, { q: "Is the platform available in Arabic?", a: "Yes. Full RTL Arabic UI alongside English, with both languages selectable at any time. WhatsApp tips and training materials are delivered in both EN and AR." }, { q: "What crops and farm types does Farmatric support?", a: "Date palms, vegetables, leafy greens, hydroponics, greenhouses, mixed estates and small holdings. The system is configured around UAE and wider Gulf growing conditions — climate zones, GAP standards, MOCCAE compliance and local certification flows." }, { q: "How do I get my buyers to use the traceability portal?", a: "You share a single link with your hotel, supermarket or restaurant buyer. They open it in any browser — no account needed — and see live crop progress, harvest forecasts and certificates. Most buyers love it within the first week." }, ]; const [open, setOpen] = useSt(0); return (
Common questions

Asked by Gulf farmers, answered straight.

Can't find what you need? Message us on WhatsApp — we reply within an hour, 7 days a week.

Message us
{faqs.map((f, i) => (

{f.a}

))}
); } /* ---------- FINAL CTA ---------- */ function FinalCTA() { return (
Start your season with certainty

Your farm. Your buyers. Your data.

Join the Gulf Farm Collective and start farming with certainty.

No credit card · No commitment · Setup in 10 minutes
); } /* ---------- FOOTER ---------- */ function Footer({ lang, setLang }) { return ( ); } /* ---------- DEMO MODAL ---------- */ function DemoModal({ open, onClose }) { useEf(() => { const onKey = (e) => { if (e.key === "Escape") onClose(); }; window.addEventListener("keydown", onKey); return () => window.removeEventListener("keydown", onKey); }, [onClose]); return (
e.stopPropagation()}>

Farmatric · 2 minute tour

); } Object.assign(window, { Collective, Training, Revenue, Testimonials, Pricing, FAQ, FinalCTA, Footer, DemoModal });