A reusable component for the pricing section
import Component from "@/components/ui/pricing-v2"; export default function DemoOne() { return <Component />; }