// ---------- Data ----------
const SERVICES = [
  {
    num: "01",
    title: "AI Automation",
    blurb:
      "Intelligent systems that automate repetitive work, surface insights from data, and integrate with your existing tools — from chatbots to multi-agent pipelines.",
    tags: ["Workflow Automation", "Chatbots", "OpenAI", "LangChain", "Data Pipelines", "NLP", "Agent Systems"],
  },
  {
    num: "02",
    title: "Web Development",
    blurb:
      "Fast, beautiful, conversion-optimised websites. From landing pages to full-stack platforms — mobile-first, SEO-ready, crafted for performance and accessibility.",
    tags: ["React / Next.js", "UI/UX", "Responsive", "E-commerce", "CMS", "SEO", "Accessibility"],
  },
  {
    num: "03",
    title: "App Development",
    blurb:
      "Cross-platform mobile apps built for real users. Intuitive experience, solid architecture, great performance across iOS and Android — MVP to launch.",
    tags: ["Flutter", "React Native", "iOS & Android", "UX Research", "Prototyping", "Offline Mode"],
  },
  {
    num: "04",
    title: "Graphics & Design",
    blurb:
      "Brands that look as good as they perform. Visual identities, marketing materials, and UI designs — from logo to full brand system, every pixel intentional.",
    tags: ["Brand Identity", "Logo Design", "UI/UX", "Social Media", "Figma", "Motion", "Print"],
  },
  {
    num: "05",
    title: "Cloud & Backend",
    blurb:
      "Reliable, scalable infrastructure behind every great product. Robust APIs, databases, and cloud environments that keep applications fast and secure at scale.",
    tags: ["Node.js / Python", "REST & GraphQL", "AWS / GCP", "Docker", "PostgreSQL", "MongoDB", "CI/CD"],
  },
  {
    num: "06",
    title: "Tech Consulting",
    blurb:
      "Not sure where to start? We help you choose the right stack, plan roadmaps, audit existing systems, and make smart decisions early — so you don't waste time or money.",
    tags: ["Stack Choice", "Architecture Review", "MVP Planning", "Code Audit", "Roadmapping", "Workshops"],
  },
];

const FOUNDERS = [
  {
    initial: "M",
    name: "Mehedi",
    title: "Software Engineer · AI & Systems",
    bio:
      "Software Engineering graduate with a deep interest in intelligent systems and scalable backend architecture. Leads our AI automation and systems work.",
    edu: "BSc Software Engineering — Westminster '25",
  },
  {
    initial: "A",
    name: "Ahsan",
    title: "Computer Scientist · Full-Stack & Cloud",
    bio:
      "Computer Science graduate passionate about building reliable, high-performance web and cloud solutions. Bridges frontend experience with robust backend.",
    edu: "BSc Computer Science — Westminster '25",
  },
  {
    initial: "J",
    name: "Johan",
    title: "Computer Scientist · Mobile & Design",
    bio:
      "Computer Science graduate with a strong eye for product design and mobile development. Drives our app work and ensures every product feels great to use.",
    edu: "BSc Computer Science — Westminster '25",
  },
];

const WHY = [
  { idx: "I.", h: "We Move Fast", p: "Lean team of three — no account managers, no handoffs. You talk directly to the engineers building your product." },
  { idx: "II.", h: "Academically Grounded", p: "All three hold engineering degrees from the University of Westminster. We understand the why, not just the how." },
  { idx: "III.", h: "Partners, Not Vendors", p: "We treat your project like our own. We challenge assumptions, suggest better approaches, and stay invested long after launch." },
  { idx: "IV.", h: "AI-First Mindset", p: "AI is native to how we think. Every solution considers where automation and intelligence add real, measurable value." },
  { idx: "V.", h: "Competitive Rates", p: "As a new agency, premium quality at rates that reflect our ambition to grow with you. Great work, fair price." },
  { idx: "VI.", h: "Remote-First", p: "Based in London, working worldwide. Async-friendly collaboration built in — we deliver wherever you are." },
];

const PROCESS = [
  { n: "01", h: "Discovery Call", p: "A focused 30-minute session where we listen — understanding your goals, audience, and constraints before suggesting anything.", d: "30 min" },
  { n: "02", h: "Proposal & Scope", p: "A clear written proposal — deliverables, timeline, and price. No vague estimates. You approve before we write a line of code.", d: "2–3 days" },
  { n: "03", h: "Build & Review", p: "Focused sprints with regular updates and live previews. Your feedback shapes what we build next — you're always in the loop.", d: "Weekly" },
  { n: "04", h: "Launch & Support", p: "We deploy, test, and hand over with full documentation. Post-launch support is part of the relationship — not charged extra.", d: "Ongoing" },
];

const STACK = [
  { h: "Frontend", items: ["React", "Next.js", "Vue.js", "TypeScript", "Tailwind CSS", "Figma"] },
  { h: "Backend & APIs", items: ["Node.js", "Python", "Django", "FastAPI", "GraphQL", "PostgreSQL", "MongoDB"] },
  { h: "Mobile", items: ["Flutter", "React Native", "Swift", "Kotlin"] },
  { h: "AI & Cloud", items: ["OpenAI API", "LangChain", "TensorFlow", "AWS", "GCP", "Docker", "Kubernetes"] },
];

Object.assign(window, { SERVICES, FOUNDERS, WHY, PROCESS, STACK });
