Components
ChatGPT said:
This Pricing component showcases Ruixen UI’s plans with clean, left-aligned text and vibrant gradient headers. A smooth fade-to-transparent gradient at the top adds a subtle glow effect that blends naturally into the cards.
Loading preview...
import GradientPricingSection from "@/components/ui/gradient-pricing-section";
export default function DemoOne() {
return <GradientPricingSection />;
}