2 Commits

Author SHA1 Message Date
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

@@ -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>
);
}
}