import React from "react"; import * as motion from "motion/react-client"; import { ThreeBackground } from "./components/ThreeBackground"; const HomePage: React.FC = () => { return (
{/* Hero */}

HydroRoll

Infinity Rule Book 📖 ~ (Or Rules Packages?)

); }; export default HomePage;