import Head from 'next/head'
export default function Home(){
  return (
    <div>
      <Head>
        <title>NourisAI — Personalised Nutrition</title>
        <meta name="description" content="NourisAI translates NHS clinical data into culturally-sensitive, budget-aware meal plans to improve outcomes for people with long-term conditions." />
      </Head>
      <main style={{padding:24, fontFamily:'Inter, system-ui, sans-serif'}}>
        <header style={{display:'flex', justifyContent:'space-between', alignItems:'center'}}>
          <h1 style={{margin:0}}>NourisAI</h1>
          <a href="/app" style={{textDecoration:'none'}}>Launch App</a>
        </header>

        <section style={{marginTop:40}}>
          <h2>Personalised nutrition, powered by the NHS</h2>
          <p>NourisAI converts NHS clinical data into practical, culturally-sensitive, budget-aware meal plans and clinician workflows. Designed to reduce clinician workload, support post-discharge recovery and improve LTC outcomes.</p>
          <ul>
            <li><strong>Module A:</strong> Personalised Nutrition Navigator (NHS data-driven)</li>
            <li><strong>Module B:</strong> GP Practice Hub (triage & clinician summary)</li>
            <li><strong>Module C:</strong> Chronic Disease Meal Packs (digital & optional physical kits)</li>
          </ul>
          <a href="/app" style={{display:'inline-block', marginTop:16}}>Get early access</a>
        </section>
      </main>
    </div>
  )
}
