import Link from "next/link"; import Button from "@/components/Button"; interface GetStartedButtonProps { onClick?: () => void; } const GetStartedButton = ({ onClick }: GetStartedButtonProps) => { return (