From a24e38eaed4f057fa5aad0b4baf430e814b1b2e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:24:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1aee618..f8eaaa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,8 +188,7 @@ export default function LandingPage() { { id: "professional", tag: "Professional Plan", price: "$9.99", period: "/month", description: "For active traders and small businesses.", button: { text: "Start Pro", href: "#contact" }, featuresTitle: "What's Included:", features: [ "Unlimited listings", "Priority support", "Advanced analytics", "Bulk upload tools", "Featured badges" - ], - cardClassName: "ring-2 ring-primary shadow-lg shadow-primary/20 scale-105" + ] }, { id: "enterprise", tag: "Enterprise Plan", price: "Custom", period: "pricing", description: "For large-scale operations and corporations.", button: { text: "Contact Sales", href: "#contact" }, featuresTitle: "What's Included:", features: [ -- 2.49.1