Components
Introductory component for brand and product clarity. Combines a visual brand block with a list of key features or concepts, each paired with an icon and brief description. Ideal for onboarding screens, documentation intros, or product landing pages.
Loading preview...
import { Component } from "@/components/ui/feature-overview-section";
export default function DemoOne() {
return <Component />;
}