Linear feature grid with icons and descriptions, separated by vertical lines.
import { FeatureSection } from "@/components/ui/features-1"; export default function DemoOne() { return <section className="min-h-screen place-content-center px-4"> <FeatureSection /> </section>; }
Part of Efferd — browse the full library on 21st.dev.