Components
A minimal centered hero section with a bold headline, subtext, and a link that animates in on view.
Loading preview...
import { HeroMinimal } from "@/components/ui/header-6";
export default function DemoDefault() {
return (
<div className="bg-background text-foreground">
<HeroMinimal />
</div>
);
}