Components
This card features a stunning "liquid metal" layer that covers the main content. As you move your cursor over the card, the liquid surface ripples and parts, revealing the details hidden beneath. This creates a mesmerizing and highly interactive experience, perfect for showcasing portfolio items or product features in a memorable way.
Loading preview...
import { LiquidRevealCard } from "@/components/ui/liquid-metal";
export default function DemoOne() {
return (
<LiquidRevealCard
title="Project Cygnus"
description="An interstellar journey through generative art and sound, creating a unique experience for every user."
width={380}
height={500}
/>
);
}