Components
Side-by-side monthly and yearly pricing cards with strikethrough prices and discount badges.
Loading preview...
import PricingSection from "@/components/ui/pricing-1";
export default function Default() {
return (
<div className="flex min-h-svh w-full items-center justify-center bg-background px-4 py-16 text-foreground">
<PricingSection />
</div>
);
}