A reusable and responsive component for the Feature section
Loading preview...
import Component from "@/components/ui/feature-section-v3"; export default function DemoOne() { return <Component />; }