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