This is a simple pricing page
Loading preview...
import PricingPage from "@/components/ui/pricing-page"; export default function DemoOne() { return <PricingPage />; }