From c098be1c2f0ca77bff9288f8242537c2a320cdbc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 00:43:11 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 210 +++++++++------------------------------ 1 file changed, 46 insertions(+), 164 deletions(-) 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() {