6 Commits

Author SHA1 Message Date
6ee1977621 Update src/app/page.tsx 2026-04-22 21:01:59 +00:00
5b386ddf4e Merge version_3 into main
Merge version_3 into main
2026-04-22 21:01:03 +00:00
fc61ae68ee Update src/app/page.tsx 2026-04-22 21:00:57 +00:00
56c8992bf9 Merge version_2 into main
Merge version_2 into main
2026-04-22 20:59:52 +00:00
cd995bd6b6 Update src/app/page.tsx 2026-04-22 20:59:46 +00:00
ba03647830 Merge version_1 into main
Merge version_1 into main
2026-04-22 20:58:57 +00:00

View File

@@ -51,13 +51,13 @@ export default function LandingPage() {
background={{
variant: "plain"}}
title="Where Cape Town Comes Home"
description="A landmark mixed-use address on Voortrekker Road — luxury apartments, serviced stays, premium retail, and professional offices under one distinguished roof."
description="A move-in ready, maintenance-free landmark address on Voortrekker Road — luxury apartments, serviced stays, premium retail, and professional offices under one distinguished roof."
tag="Bellville, Cape Town"
buttons={[
{
text: "Explore Boston", href: "#offerings"},
{
text: "Book a Viewing", href: "#contact"},
text: "Schedule a Private Tour", href: "#contact"},
]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-buildings_1127-2941.jpg"
@@ -210,7 +210,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Get in Touch"
title="Reach out today"
description="Need more info? Our team is available 24/7."
description="Book a viewing or enquire about pricing today by calling us direct."
buttons={[
{
text: "071 922 9651", href: "tel:0719229651"},
@@ -257,4 +257,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}