Interactive grid of animated smiley faces that respond to mouse movement with 3D transforms and morph from sad to happy expressions on hover
import React from 'react'; import { Smiley } from '../components/ui/smiley'; export default function DefaultDemo() { return <Smiley size={150} />; }