"use client";

import { Pricing as PricingComponent } from '@/components/pricing/Pricing';

export default function Pricing() {
  return (
    <>
    <PricingComponent />
    {/* <FAQ /> */}
    </>
  );
}
