"use client" import { motion } from "framer-motion" export default function WaveAnimation() { return (
{[...Array(5)].map((_, i) => ( ))}
) }