/* dev.NoNames — content. Edit copy here. */

const SERVICES = [
  {
    no: "01",
    tag: "Lead",
    title: "Web Development",
    blurb: "Fast, modern sites that load instantly and turn visitors into customers, built from scratch or rebuilt from a tired old site.",
    points: ["Marketing sites & landing pages", "Web apps & dashboards", "Full redesigns & revamps", "SEO-ready, blazing performance", "Custom AI agent built in"],
    icon: "web",
  },
  {
    no: "02",
    tag: null,
    title: "E-Commerce",
    blurb: "Selling in DMs and WhatsApp? We move you to a real storefront with checkout, payments and inventory that runs itself.",
    points: ["Shopify & headless stores", "Social-seller → real store", "Payments & inventory sync", "Migrations without downtime"],
    icon: "cart",
  },
  {
    no: "03",
    tag: null,
    title: "Custom Software",
    blurb: "Off-the-shelf tools fighting your workflow? We build software shaped around how your business actually works.",
    points: ["Internal tools & dashboards", "Automations & integrations", "APIs & data pipelines", "Built to scale with you"],
    icon: "code",
  },
];

const STATS = [
  { v: 98, suffix: "", unit: "", k: "Avg. Lighthouse score on launch" },
  { v: 14, suffix: "", unit: "d", k: "Typical first-launch sprint" },
  { v: 100, suffix: "", unit: "%", k: "Code & design you fully own" },
  { v: 0,  suffix: "", unit: "", k: "Lock-in. Leave with everything", zero: "No" },
];

const PROCESS = [
  { no: "01", title: "Discover", p: "We dig into your business, audience and goals, then scope exactly what to build and why.", pct: "100%" },
  { no: "02", title: "Design", p: "Wireframes to high-fidelity screens. You see it, shape it, and sign off before a line of code.", pct: "100%" },
  { no: "03", title: "Build", p: "Engineered in weekly sprints. You watch it come together with real progress every few days.", pct: "100%" },
  { no: "04", title: "Ship & Support", p: "We launch, measure what matters, and keep improving. You're never left stranded.", pct: "100%" },
];

const WORK = [
  {
    title: "Harmonize Sri Lanka",
    year: "Live",
    tag: "web · platform",
    desc: "A full website and platform, designed and built end to end.",
    chips: ["Next.js", "CMS", "SEO"],
    img: "work-harmonize.png",
    url: "https://www.harmonizesrilanka.lk/",
    embed: true,
    big: true,
  },
  {
    title: "Digimax Global",
    year: "Live",
    tag: "web · corporate",
    desc: "A fast, modern presence for a digital solutions company.",
    chips: ["Web", "Design", "Responsive"],
    img: "work-digimax.png",
    url: "https://digimaxglobal.net/",
    big: false,
  },
  {
    title: "Admin dashboard / hub",
    year: "WIP",
    tag: "custom software",
    desc: "An internal admin hub: operations, content and data in one place.",
    chips: ["React", "Dashboard", "API"],
    img: "work-admin.png",
    big: false,
  },
];

const PLANS = [
  {
    tag: "PROJECT · FIXED",
    name: "Launch",
    desc: "Starter sites & small stores. Clear scope, fixed price, fast turnaround.",
    from: "From",
    price: "LKR 150,000",
    per: "/ project",
    feat: false,
    points: ["Up to 20 pages or starter store", "Custom design, fully responsive", "Performance & SEO basics", "Custom AI agent", "2-week launch sprint", "1 year free maintenance"],
    cta: "Scope a launch",
  },
  {
    tag: "PROJECT · CUSTOM",
    name: "Build",
    desc: "Custom web apps, e-commerce and software built to your exact needs.",
    from: "From",
    price: "LKR 500,000",
    per: "/ project",
    feat: true,
    points: ["Custom app or full e-commerce", "Discovery, design & engineering", "Integrations, payments & data", "Built to scale, fully documented", "Handover + 1 year free maintenance"],
    cta: "Start a project",
  },
  {
    tag: "RETAINER",
    name: "Partner",
    desc: "Design, development and maintenance of custom solutions, plus social media marketing and content management.",
    from: "From",
    price: "Custom packages",
    per: "",
    feat: false,
    points: ["Custom solutions: design, build & maintenance", "Social media marketing", "Content management", "Monthly retainer, scoped per product"],
    cta: "Talk retainers",
  },
];

const FAQS = [
  {
    q: "How much does a website actually cost?",
    a: "It depends on scope, but we keep it honest. A starter site or small store begins around LKR 150,000; custom apps and full e-commerce builds start around LKR 500,000. We scope it together up front so there are no surprise invoices. You'll always know the number before we begin.",
  },
  {
    q: "How long does a project take?",
    a: "Most starter sites launch in a 2-week sprint. Larger e-commerce builds and custom software run 4–10 weeks depending on complexity. You'll get a clear timeline during discovery, and weekly progress so you're never wondering where things stand.",
  },
  {
    q: "We sell on Instagram / WhatsApp now, can you move us to a real store?",
    a: "That's one of our favourite jobs. We migrate social sellers onto a proper storefront with a real catalog, secure checkout, payments and inventory, without losing the audience and momentum you've already built. You keep selling while we build.",
  },
  {
    q: "We're a bigger company wanting a full revamp, can you handle that?",
    a: "Yes. We take dated or sprawling sites and rebuild them into fast, modern, maintainable platforms. We work in clear phases so a large revamp never turns into a runaway project, and we plug into your existing team and stack.",
  },
  {
    q: "Do you offer support after launch?",
    a: "Always. Every project ships with a support window, and our Partner retainer gives you ongoing development, updates and care, like having an in-house team without the headcount. We don't disappear at launch.",
  },
  {
    q: "Who owns the code and the design?",
    a: "You do, 100%. Everything we build is yours: source code, design files, accounts, the lot. No lock-in, no hostage situations. If you ever want to take it elsewhere, you walk away with everything.",
  },
];

const MARQUEE = [
  "Local Businesses", "DTC Brands", "Social Sellers", "SMEs",
  "Startups", "Agencies", "Enterprise Revamps", "Service Businesses",
];

Object.assign(window, { SERVICES, STATS, PROCESS, WORK, PLANS, FAQS, MARQUEE });
