this Component includes the custom AWaves element, the necessary styling, and the interactive canvas. I also included a standard Perlin noise generator that was needed for the wave effect.
import Waves from "@/components/ui/interactive-waves"; export default function DemoOne() { return <Waves />; }