Pricing Plan Section
import { PricingPage } from "@/components/ui/pricing-plan"; export default function DemoOne() { return <PricingPage />; }