4 Commits

Author SHA1 Message Date
a44875dd45 Update src/app/page.tsx 2026-03-28 15:09:33 +00:00
e9d11e50a4 Merge version_4 into main
Merge version_4 into main
2026-03-28 15:06:06 +00:00
549cb96d66 Update src/app/page.tsx 2026-03-28 15:06:03 +00:00
3cfd2dbd00 Merge version_3 into main
Merge version_3 into main
2026-03-28 15:02:07 +00:00

View File

@@ -31,13 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "home"},
name: "Home", id: "#home"},
{
name: "Services", id: "/services"},
name: "Services", id: "#services"},
{
name: "Pricing", id: "pricing"},
name: "Pricing", id: "#pricing"},
{
name: "FAQ", id: "faq"},
name: "FAQ", id: "#faq"},
]}
brandName="RegisterKaro"
button={{
@@ -56,7 +56,7 @@ export default function LandingPage() {
{
text: "Free Consultation", href: "#contact"},
{
text: "View Services", href: "/services"},
text: "View Services", href: "#services"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARen06TlfTqMt2QxPBi0cJVWVM/a-professional-business-registration-pla-1774707036306-986705a7.png"
imageAlt="RegisterKaro Dashboard Interface"
@@ -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"},
],
@@ -197,7 +197,7 @@ export default function LandingPage() {
{
items: [
{
label: "About Us", href: "#"},
label: "About Us", href: "#home"},
{
label: "Contact", href: "#contact"},
],
@@ -205,9 +205,9 @@ export default function LandingPage() {
{
items: [
{
label: "GST Registration", href: "#"},
label: "GST Registration", href: "#services"},
{
label: "Company Reg", href: "#"},
label: "Company Reg", href: "#services"},
],
},
{