// 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.
);
}
/* ---------- 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.
);
}
/* ---------- 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.