A responsive feature section with cards that have extended crosshair borders, corner plus decorators, and icon, title and description for each feature.
import { FeatureSection } from "@/components/ui/features-4"; export default function DemoFeatureSection() { return ( <div className="w-full bg-background text-foreground"> <FeatureSection /> </div> ); }