"use client"; /** * Services — deliberately broken editorial grid. Six services on a 6-column * grid; the first two cards span 3 (breaking the safe 2-col-per-card rhythm), * the rest span 2. Serif index numerals, spectrum top-line on hover. */ import Reveal from "./Reveal"; import { services } from "../content"; export default function Services() { return (

What we do

How we grow your business.

{services.map((s, i) => (
0{i + 1}

{s.name}

{s.desc}

))}
); }