Create effortlessly beautiful code animations in seconds.
export default function Page() { return ( <div> <h1>Hello, Home page!</h1> <p>Look at how beautifully it animates!</p> </div> )}