Update src/app/page.tsx

This commit is contained in:
2026-04-20 23:24:56 +00:00
parent 4075368597
commit a3e73a0bd9

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboard
background={{ variant: "sparkles-gradient" }}
title="The Heart of Indianapolis"
description="Experience unparalleled professional excellence at Salesforce Tower. Located at 111 Monument Circle, we are the city's most iconic address, offering breathtaking views, premier office spaces, and a world-class environment in the heart of downtown Indy."
description="Experience unparalleled professional excellence at Salesforce Tower. Located at 111 Monument Circle, it stands as the city's most prestigious business address, offering breathtaking views, premier office spaces, and a world-class environment in the heart of downtown Indy."
tag="Iconic Landmark Address"
buttons={[
{ text: "Leasing Inquiries", href: "#contact" },
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}