Components
A two-tier pricing section comparing a free demo pack and a paid full pack, with feature rows and scroll-triggered blur-in animations.
Loading preview...
import ProductPacks from "@/components/ui/product-packs";
export default function Default() {
return <ProductPacks />;
}