export type NavLink = { label: string; to: string; blurb?: string };
export type NavGroup = { heading: string; links: NavLink[] };
export type NavItem = {
  label: string;
  to: string;
  groups?: NavGroup[];
  feature?: { title: string; body: string; to: string; cta: string; image?: string };
};

export const NAV: NavItem[] = [
  { label: "Home", to: "/" },
  {
    label: "About Us",
    to: "/about",
    groups: [
      {
        heading: "Who we are",
        links: [
          { label: "Overview", to: "/about", blurb: "86 years of African plant breeding." },
          { label: "Our Story", to: "/about", blurb: "From Rhodesia's 1940s trials to 35+ markets." },
          { label: "Careers", to: "/about", blurb: "Agronomists, breeders, commercial roles." },
        ],
      },
      {
        heading: "Leadership",
        links: [
          { label: "Board | Seed Co International", to: "/about", blurb: "SCIL board of directors." },
          { label: "Board | Seed Co Limited", to: "/about", blurb: "SCL board of directors." },
          { label: "Group Committees", to: "/about", blurb: "Audit, risk and remuneration." },
          { label: "Executive Team", to: "/about", blurb: "Group and country leadership." },
        ],
      },
      {
        heading: "Science",
        links: [
          { label: "Research Team", to: "/about", blurb: "Breeders behind our genetics." },
          { label: "Innovations", to: "/innovations", blurb: "Breeding programme and R&D." },
        ],
      },
    ],
    feature: {
      title: "Africa's seed company",
      body: "Locally bred genetics, tested across 40+ research stations and trial sites.",
      to: "/about",
      cta: "Read about us",
    },
  },
  {
    label: "Products",
    to: "/products",
    groups: [
      {
        heading: "Cereals",
        links: [
          { label: "Maize", to: "/products/maize", blurb: "Ultra-early to late hybrids." },
          { label: "Wheat", to: "/products", blurb: "Irrigated and dryland lines." },
          { label: "Sorghum", to: "/products", blurb: "Hardy, low-rainfall performers." },
          { label: "Rice", to: "/products", blurb: "Upland and lowland varieties." },
        ],
      },
      {
        heading: "Legumes & oilseeds",
        links: [
          { label: "Soya Bean", to: "/products", blurb: "High-protein, rust tolerant." },
          { label: "Sugar Bean", to: "/products", blurb: "Market-preferred grain types." },
          { label: "Groundnuts", to: "/products", blurb: "Confectionery and oil types." },
          { label: "Cowpeas", to: "/products", blurb: "Dual-purpose grain and fodder." },
        ],
      },
      {
        heading: "Choose with confidence",
        links: [
          { label: "Seed Variety Finder", to: "/variety-finder", blurb: "Match seed to your zone." },
          { label: "El Niño Advisory", to: "/el-nino", blurb: "Drought-season planning." },
        ],
      },
    ],
    feature: {
      title: "Certified hybrid seed",
      body: "Eight crop portfolios bred for African soils, rainfall and market preferences.",
      to: "/products",
      cta: "Browse crops",
    },
  },
  { label: "Variety Finder", to: "/variety-finder" },
  { label: "El Niño Advisory", to: "/el-nino" },
  { label: "Sustainability", to: "/sustainability" },
  {
    label: "Investors",
    to: "/investors",
    groups: [
      {
        heading: "Investor relations",
        links: [
          { label: "Shareholder Circulars", to: "/investors", blurb: "Notices and circulars." },
          { label: "Analysts", to: "/investors", blurb: "Coverage and briefings." },
          { label: "Share Price Trends", to: "/investors", blurb: "SCIL.bw, SCIL.zw, SEED.zw." },
          { label: "Market Indices", to: "/investors", blurb: "BSE and ZSE context." },
        ],
      },
      {
        heading: "Financial reports",
        links: [
          { label: "SCIL Results", to: "/investors", blurb: "Interim and full-year." },
          { label: "SCL Results", to: "/investors", blurb: "Zimbabwe operations." },
          { label: "Presentations", to: "/investors", blurb: "Results decks and webcasts." },
        ],
      },
    ],
    feature: {
      title: "Sustainable Shareholder Value",
      body: "Dual-listed on BSE & ZSE, generating long-term agricultural returns across 35+ African markets.",
      to: "/investors",
      cta: "Explore Investor Hub",
      image: "/corn-cob.png",
    },
  },
  {
    label: "Media",
    to: "/media",
    groups: [
      {
        heading: "Newsroom",
        links: [
          { label: "News", to: "/media", blurb: "Announcements and releases." },
          { label: "Blog & Insights", to: "/media", blurb: "Agronomy and market notes." },
        ],
      },
    ],
    feature: {
      title: "Seed Co Newsroom",
      body: "Stay updated with company announcements, field agronomy insights, and industry stories.",
      to: "/media",
      cta: "Read latest news",
    },
  },
  { label: "Our Countries", to: "/countries" },
];

export const CROPS = [
  {
    slug: "maize",
    name: "Maize",
    blurb: "Ultra-early to late-maturing hybrids for every rainfall band.",
    varieties: 38,
    icon: "/icons8-maize.svg",
  },
  {
    slug: "wheat",
    name: "Wheat",
    blurb: "Irrigated and dryland lines with strong milling quality.",
    varieties: 9,
    icon: "/icons8-wheat.svg",
  },
  {
    slug: "soya",
    name: "Soya Bean",
    blurb: "High-protein, rust-tolerant lines for rotation systems.",
    varieties: 11,
    icon: "/icons8-soyabeans.svg",
  },
  {
    slug: "sugar-bean",
    name: "Sugar Bean",
    blurb: "Market-preferred grain types with fast cooking.",
    varieties: 7,
    icon: "/icons8-sugar-beans.svg",
  },
  {
    slug: "groundnuts",
    name: "Groundnuts",
    blurb: "Confectionery and oil types with good shelling.",
    varieties: 6,
    icon: "/icons8-peas.svg",
  },
  {
    slug: "sorghum",
    name: "Sorghum",
    blurb: "Hardy performers where rainfall is short and erratic.",
    varieties: 5,
    icon: "/icons8-sorghum.svg",
  },
  {
    slug: "cowpeas",
    name: "Cowpeas",
    blurb: "Dual-purpose grain and fodder for dry regions.",
    varieties: 4,
    icon: "/icons8-peas.svg",
  },
  {
    slug: "rice",
    name: "Rice",
    blurb: "Upland and lowland varieties for West and East Africa.",
    varieties: 5,
    icon: "/icons8-rice.svg",
  },
];

export const COUNTRIES = [
  { name: "Angola", region: "Southern Africa", lang: "PT", shop: false },
  { name: "Botswana", region: "Southern Africa", lang: "EN", shop: true },
  { name: "DRC", region: "Central Africa", lang: "FR", shop: false },
  { name: "Kenya", region: "East Africa", lang: "EN", shop: false },
  { name: "Malawi", region: "Southern Africa", lang: "EN", shop: true },
  { name: "Mozambique", region: "Southern Africa", lang: "PT", shop: false },
  { name: "Nigeria", region: "West Africa", lang: "EN", shop: true },
  { name: "South Africa", region: "Southern Africa", lang: "EN", shop: false },
  { name: "Tanzania", region: "East Africa", lang: "EN", shop: false },
  { name: "Uganda", region: "East Africa", lang: "EN", shop: false },
  { name: "West & Central Africa", region: "Regional hub", lang: "FR", shop: false },
  { name: "Zambia", region: "Southern Africa", lang: "EN", shop: true },
  { name: "Zimbabwe", region: "Southern Africa", lang: "EN", shop: true },
];

export const NEWS = [
  {
    slug: "scil-half-year-results-2026",
    category: "Investors",
    date: "2026-08-14",
    title: "Seed Co International reports higher volumes across East Africa",
    excerpt:
      "Half-year seed volumes rose 12% on stronger Kenyan and Zambian demand, with early-maturing maize leading the mix.",
  },
  {
    slug: "drought-tolerant-maize-release",
    category: "Products",
    date: "2026-07-29",
    title: "Three new drought-tolerant maize hybrids released for the 2026/27 season",
    excerpt:
      "SC Duma 43, SC Serena 513 and SC Njiwa 621 completed three seasons of multi-location trials before release.",
  },
  {
    slug: "el-nino-outlook-2026",
    category: "Advisory",
    date: "2026-07-10",
    title: "El Niño outlook: what farmers should plan for this season",
    excerpt:
      "Regional forecasters point to below-normal rainfall in parts of southern Africa. Here is a practical planning guide.",
  },
  {
    slug: "seed-co-community-schools",
    category: "Sustainability",
    date: "2026-06-22",
    title: "Community seed banks reach 18,000 smallholder households",
    excerpt:
      "Our community programme pairs starter seed packs with agronomy training delivered through local farmer groups.",
  },
  {
    slug: "research-station-expansion",
    category: "Innovations",
    date: "2026-05-30",
    title: "Rattray Arnold Research Station adds a molecular marker lab",
    excerpt: "Marker-assisted selection shortens the breeding cycle for drought and disease traits by up to two seasons.",
  },
  {
    slug: "west-africa-rice-partnership",
    category: "News",
    date: "2026-05-08",
    title: "New rice seed partnership signed in West Africa",
    excerpt: "A multi-year agreement expands certified lowland rice seed availability for Nigerian growers.",
  },
];

export const TESTIMONIALS = [
  {
    quote:
      "I switched to an early-maturing hybrid after the Variety Finder matched it to my rainfall. I harvested before the dry spell hit.",
    name: "Tendai M.",
    role: "Maize grower, Mashonaland East, Zimbabwe",
  },
  {
    quote: "The agronomy team walked our field twice in one season. That kind of support is why we keep buying certified seed.",
    name: "Grace A.",
    role: "Farm manager, Nakuru, Kenya",
  },
  {
    quote: "Soya rotation with a Seed Co line lifted our maize yields the following year without extra fertiliser.",
    name: "Joseph B.",
    role: "Commercial farmer, Mkushi, Zambia",
  },
];

export const STATS = [
  { value: "86+", label: "Years of plant breeding" },
  { value: "35+", label: "African countries served" },
  { value: "8", label: "Crop portfolios" },
  { value: "40+", label: "Research and trial sites" },
];
