From 59bcfd65560c2b609f091fd1e619691d0d9dbf0f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 09:50:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e02bcfb..a5a998b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", badge: "Basic", price: "₹1,499", subtitle: "For Sole Proprietorships | All-Inclusive (No Hidden Fees)", buttons: [ + id: "p1", badge: "Basic | No Hidden Fees | All-Inclusive", price: "₹1,499", subtitle: "For Sole Proprietorships", buttons: [ { text: "Get Started", href: "#contact"}, ], @@ -143,7 +143,7 @@ export default function LandingPage() { "Business PAN", "GST Registration", "MSME/Udyam"], }, { - id: "p2", badge: "Most Popular", price: "₹1,999", subtitle: "For Private Limited Companies | All-Inclusive (No Hidden Fees)", buttons: [ + id: "p2", badge: "Most Popular | No Hidden Fees | All-Inclusive", price: "₹1,999", subtitle: "For Private Limited Companies", buttons: [ { text: "Claim Consultation", href: "#contact"}, ], @@ -151,7 +151,7 @@ export default function LandingPage() { "COI Drafting", "GST Included", "Dedicated Expert"], }, { - id: "p3", badge: "Pro", price: "₹1,999", subtitle: "For LLP Professional firms | All-Inclusive (No Hidden Fees)", buttons: [ + id: "p3", badge: "Pro | No Hidden Fees | All-Inclusive", price: "₹1,999", subtitle: "For LLP Professional firms", buttons: [ { text: "Get Started", href: "#contact"}, ], @@ -237,4 +237,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1