From 29c9fa78dbed5d665ea96f34dc5406da9c04697c Mon Sep 17 00:00:00 2001 From: sharath <29162020+tnfssc@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:36:56 +0000 Subject: [PATCH] refactor(pricing): update pricing section layout and simplify pricing tier logic; add hidden property for conditional display --- frontend/src/app/(home)/page.tsx | 4 +- .../billing/account-billing-status.tsx | 5 +- .../home/sections/pricing-section.tsx | 274 +++--------------- frontend/src/lib/home.tsx | 138 ++++++--- 4 files changed, 152 insertions(+), 269 deletions(-) diff --git a/frontend/src/app/(home)/page.tsx b/frontend/src/app/(home)/page.tsx index 08b6dcac..2c1e96d2 100644 --- a/frontend/src/app/(home)/page.tsx +++ b/frontend/src/app/(home)/page.tsx @@ -24,7 +24,9 @@ export default function Home() { {/* */} {/* */} - +
+ +
{/* */} {/* */} diff --git a/frontend/src/components/billing/account-billing-status.tsx b/frontend/src/components/billing/account-billing-status.tsx index c42baf27..3adbcba1 100644 --- a/frontend/src/components/billing/account-billing-status.tsx +++ b/frontend/src/components/billing/account-billing-status.tsx @@ -141,8 +141,9 @@ export default function AccountBillingStatus({ accountId, returnUrl }: Props) { {/* Plans Comparison */} - + +
{/* Manage Subscription Button */}