Components
A high-craft landing page block designed for developer tools. Features an interactive code-stepper hero and hover-to-reveal diagnostic feature cards.
Loading preview...
// This is a file with a demo for your component
// That's what users will see in the preview
// Create new files in this directory to add more demos
import { Component } from "@/components/ui/dev-tool-landing-page";
// ONLY DEFAULT EXPORT WILL BE TREATED AS A DEMO
export default function DemoOne() {
return <Component />;
}