Components
A vibrant hero component featuring navigation, headline with accented highlight, supporting text, CTA buttons, and an illustration—ideal for SaaS or collaboration platform landing pages. Fully customizable via props.
Loading preview...
import { Component } from "@/components/ui/collaborative-workspace-hero-section";
export default function DemoOne() {
return <Component />;
}