Components
A pricing plan carousel with arrow navigation that highlights the active plan and shows features, price, and a call-to-action.
Loading preview...
import Particle from "@/components/ui/v-carousel-12";
export default function Default() {
return (
<div className="flex min-h-[420px] w-full items-center justify-center bg-background p-8 text-foreground">
<Particle />
</div>
);
}