Components
A clean and modern pricing page featuring two interactive cards with a 3D-like appearance and animated hover effects. It includes a toggle to switch between different pricing tiers, with smooth animations for content changes.
Loading preview...
import React from 'react';
import { PricingPage } from "@/components/ui/animated-pricing-page";
function Demoone() {
return (
<div className="App">
<PricingPage />
</div>
);
}
export default Demoone;