diff --git a/src/app/page.tsx b/src/app/page.tsx index 0de6762..94e3068 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", badge: "Basic", price: "₹1,499", subtitle: "For Sole Proprietorships", buttons: [ + id: "p1", badge: "Basic", price: "₹1,499", subtitle: "For Sole Proprietorships | All-Inclusive (No Hidden Fees)", buttons: [ { text: "Get Started", href: "#contact"}, ], @@ -131,7 +131,7 @@ export default function LandingPage() { "Business PAN", "GST Registration", "MSME/Udyam"], }, { - id: "p2", badge: "Most Popular", price: "₹1,999", subtitle: "For Private Limited Companies", buttons: [ + id: "p2", badge: "Most Popular", price: "₹1,999", subtitle: "For Private Limited Companies | All-Inclusive (No Hidden Fees)", buttons: [ { text: "Claim Consultation", href: "#contact"}, ], @@ -139,7 +139,7 @@ export default function LandingPage() { "COI Drafting", "GST Included", "Dedicated Expert"], }, { - id: "p3", badge: "Pro", price: "₹1,999", subtitle: "For LLP Professional firms", buttons: [ + id: "p3", badge: "Pro", price: "₹1,999", subtitle: "For LLP Professional firms | All-Inclusive (No Hidden Fees)", buttons: [ { text: "Get Started", href: "#contact"}, ], @@ -225,4 +225,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}