import { site } from "@/data/site"; /** Continuous gold band separating the intro from the project work. */ export function Marquee() { const items = Array.from({ length: 8 }); return ( ); }