interface HeroGeometricProps { className?: string } export default function HeroGeometric({ className }: HeroGeometricProps) { // Arc center — pushed further right and scaled down const cx = 760 const cy = 400 const R = 180 // Main radius — compact, not dominating return ( ) }