Merge version_4 into main #4
@@ -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"
|
||||
@@ -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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -225,4 +225,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user