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