Components
A polished landing hero for developer-focused products, combining a responsive header, headline, CTA, testimonial with star ratings, and an illustrative graphic—perfect for SaaS code-editor or dev-tool homepages.
Loading preview...
import { Component } from "@/components/ui/code-editor-landing-hero";
export default function DemoOne() {
return <Component />;
}