Components
A responsive three-tier pricing section with feature lists, a highlighted popular plan, and call-to-action buttons.
Loading preview...
import PricingSection1 from "@/components/ui/pricing-section-1";
export default function Default() {
return (
<div className="bg-background text-foreground">
<PricingSection1 />
</div>
);
}