Update src/app/page.tsx

This commit is contained in:
2026-04-22 20:59:46 +00:00
parent ba03647830
commit cd995bd6b6

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
{
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"
@@ -257,4 +257,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}