Update src/app/page.tsx

This commit is contained in:
2026-03-25 13:49:14 +00:00
parent efead8030b
commit b0a4cd6363

View File

@@ -36,7 +36,8 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
{ name: "Apply Now", id: "/application-form" }
]}
button={{ text: "Schedule Viewing", href: "contact" }}
/>
@@ -261,7 +262,8 @@ export default function LandingPage() {
{ label: "Our Services", href: "#services" },
{ label: "Executive Team", href: "#team" },
{ label: "Properties", href: "#properties" },
{ label: "Contact", href: "#contact" }
{ label: "Contact", href: "#contact" },
{ label: "Apply Now", href: "/application-form" }
]
},
{