a button which has a beache theme with hover effect revealing the sea
Loading preview...
import { Component } from "@/components/ui/beach-click"; export default function DemoOne() { return <Component />; }