Components
A sleek, dark-themed Feature Card designed for modern SaaS landing pages. Features a glowing icon badge, typography for hierarchical content, and an interactive CTA button. Fully responsive and built with Tailwind CSS.
Loading preview...
import { Component } from "@/components/ui/ai-feature-card";
export default function DemoOne() {
return <Component />;
}