Here is Pricing Section component
// This is a demo of a preview 'use client' import { Component } from "@/components/ui/pricing-section"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <Component /> </div> ); }; export default DemoOne;
Part of Serenity UI — browse the full library on 21st.dev.