"use client"; import PricingContent from "@/components/pricing/PricingContent"; export default function PricingPage() { return (
); }