Components
A full-screen hero section with an animated WebGL shader gradient background and premium serif/sans headline typography.
Loading preview...
import HeroGeometric from "@/components/ui/hero-geometric";
export default function HeroGeometricDemo() {
return (
<HeroGeometric
title1="Elevate"
title2="Your Brand"
description="Scale your product with clarity, precision, and motion-led design."
color1="#3B82F6"
color2="#F0F9FF"
speed={1}
/>
);
}