Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-02 19:42:21 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "#home"},
name: "Home", id: "/"},
{
name: "About", id: "#about"},
{
@@ -46,6 +46,8 @@ export default function LandingPage() {
name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
{
name: "Pricing", id: "/pricing"}
]}
brandName="Diya Property Advisor"
button={{
@@ -291,6 +293,8 @@ export default function LandingPage() {
label: "Our Team", href: "#"},
{
label: "Careers", href: "#"},
{
label: "Pricing", href: "/pricing"}
],
},
{