diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index a6d8718..997da43 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -33,9 +33,7 @@ export default function PricingPage() { { name: "Docs", id: "https://docs.example.com" }, ]} button={{ - text: "Start Free", - href: "/pricing", - }} + text: "Start Free", href: "/pricing"}} animateOnLoad={true} /> @@ -44,109 +42,48 @@ export default function PricingPage() {