import Image from "next/image"; export function GitHubIcon(props: React.ComponentPropsWithoutRef<"svg">) { return ( ); } export function BackIcon() { return ( <> > ); }