Merge version_7 into main #7

Merged
bender merged 1 commits from version_7 into main 2026-03-29 09:50:37 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}