Hello, welcome to our house.
1import { motion } from "motion/react"
2
3export function Hero() {
4 return (
5 <motion.h1>
6 initial={{ y: 16 }}
7 animate={{ y: 0 }}
8 > Built to feel inevitable.
9 </motion.h1>
10 )
11}
Performance, accessibility, and polish — by default.
3 - The Workshop
Front-end experiences, performance, accessibility, polish.