No more boring pricing component, bring some "framer" motion to your pricing component to make it stand out.
import { Component } from "@/components/ui/squishy-pricing"; const DemoOne = () => { return <Component />; }; export { DemoOne };