Components
Linear feature grid with icons and descriptions, separated by vertical lines.
Loading preview...
import { FeatureSection } from "@/components/ui/features-1";
export default function DemoOne() {
return <section className="min-h-screen place-content-center px-4">
<FeatureSection />
</section>;
}