Components
Immersive navigation showcase that reveals frosted-glass ripples as you hover a grid of interactive hotspots layered over a hero image. Includes the full SVG filter stack for the shimmering displacement effect.
Loading preview...
import React from "react";
import FrostedHoverNav from "../components/ui/frosted-hover";
export default function DefaultDemo() {
return <FrostedHoverNav />;
}