import type { FocalPoint } from "@/types/components/image" export interface HeroProps { alt: string src: string focalPoint?: FocalPoint }