Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a44875dd45 | |||
| e9d11e50a4 | |||
| 549cb96d66 | |||
| 3cfd2dbd00 |
@@ -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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user