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