{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "pricing-4", "type": "registry:block", "description": "Animated dual pricing cards with motion effects, discount badges, and trust indicator.", "dependencies": [ "motion" ], "registryDependencies": [ "button", "badge" ], "files": [ { "path": "registry/blocks/pricing/4/pricing-section.tsx", "content": "\"use client\";\nimport { PlusIcon, ShieldCheckIcon } from \"lucide-react\";\nimport { motion } from \"motion/react\";\nimport { Badge } from \"@/components/ui/badge\";\nimport { Button } from \"@/components/ui/button\";\n\nexport function PricingSection() {\n return (\n
\n \n
\n
Pricing
\n
\n

\n Pricing Based on Your Success\n

\n

\n We offer a single price for all our services. We believe that pricing\n is a critical component of any successful business.\n

\n \n\n \n
\n \n \n \n \n\n
\n
\n
\n

Monthly

\n
\n \n $8.99\n \n 11% off\n
\n
\n

\n Best value for growing businesses!\n

\n
\n
\n
\n $\n \n 7.99\n \n /month\n
\n \n
\n
\n
\n
\n
\n

Yearly

\n
\n \n $8.99\n \n 22% off\n
\n
\n

\n Unlock savings with an annual commitment!\n

\n
\n
\n
\n $\n \n 6.99\n \n /month\n
\n \n
\n
\n
\n\n
\n \n Access to all features with no hidden fees\n
\n \n
\n );\n}\n", "type": "registry:component" } ], "meta": { "height": "70vh" }, "categories": [ "pricing" ] }