import Hero from "@/components/landing/hero"; /** * The landing page of the site. * * @returns the landing page jsx */ const LandingPage = (): JSX.Element => (
); export default LandingPage;