Components
creative pricing section called "Aurora Pricing." It features three pricing cards with a subtle, animated aurora effect in the background. When you hover over a card, it lifts up, and its aurora becomes more vibrant. It also includes an interactive toggle to switch between monthly and yearly pricing, with the prices smoothly animating between the two states.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/aurora-pricingLoading preview...
import AuroraPricing from "@/components/ui/aurora-pricing";
export default function DemoOne() {
return <AuroraPricing />;
}