import Image from "next/image"; import { Reveal } from "@/components/Reveal"; import { serviceIcons } from "@/components/ServiceIcons"; import { serviceDetails, services } from "@/data/site"; /** * All six disciplines at once, in the 3x2 grid the live site uses — hairline * cards, Persian title, tracked Latin subtitle and a short rule beneath. * * A carousel would hide half of them behind a scroll, which is the one thing * the source page deliberately does not do. */ export function ServiceGrid() { return ( ); }