Components
A glass-morphism styled pricing section built in React and Tailwind CSS. It displays three plans (Starter, Pro, Enterprise) with rotating gradient borders, inline SVG icons, feature lists, and a highlighted “Most Popular” badge—all wrapped in a responsive layout.
Loading preview...
import PricingPage from "@/components/ui/pricing-page";
export default function DemoOne() {
return <PricingPage/>;
}