import Link from "next/link"; export function SiteHeader() { return (
Food Co-op Initiative Co-op Check-in
); } export function SiteFooter() { return ( ); } /** * Inline SVG logo placeholder. Distinctive but neutral until the user supplies * the actual fci.coop logo asset to drop into /public. * * Geometry: a stylized "co-op leaf" — three overlapping leaf shapes forming a * loose cooperative motif. Pure CSS color so it adapts to dark/light themes. */ function Logo() { return ( ); }