import { Pricing } from "@/components/pricing"; import { Footer } from "@/components/footer"; export default function PricingPage() { return (
); }