"use client";
import { DocumentIcon } from "@heroicons/react/24/solid";
import { RocketLaunchIcon } from "@heroicons/react/24/solid";
import { motion } from "framer-motion";
import Image from "next/image";
export function JoinWaitlist() {
return (
Join the waitlist
);
}
export function GithubStarButton() {
return (
Star us on github
);
}
export function HeroImage() {
return (
{/* eslint-disable-next-line @next/next/no-img-element */}
);
}