diff --git a/src/app/page.tsx b/src/app/page.tsx index 41e0ae4..f29eaa0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="The premier venue for your most exclusive events in the heart of New York City." buttons={[ { - text: "Book Your Tour", href: "#contact"}, + text: "Check Availability & Pricing", href: "#contact"}, ]} slides={[ { @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file