Update src/app/page.tsx

This commit is contained in:
2026-01-07 10:28:36 +00:00
parent e44f1dacdc
commit 85c8497b64

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
imageAlt="Luxury modern apartment with panoramic city views" imageAlt="Luxury modern apartment with panoramic city views"
frameStyle="card" frameStyle="card"
buttons={[ buttons={[
{ text: "View Properties", href: "properties" }, { text: "View", href: "properties" },
{ text: "Book a Viewing", href: "contact" } { text: "Book a Viewing", href: "contact" }
]} ]}
/> />