Update src/app/page.tsx

This commit is contained in:
2026-01-07 10:25:37 +00:00
parent 73dfb9b1c3
commit 950c86a17c

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" }
]} ]}
/> />