2 Commits

Author SHA1 Message Date
14133ea002 Update src/app/page.tsx 2026-05-13 02:50:58 +00:00
8ae296c03d Merge version_2 into main
Merge version_2 into main
2026-05-13 02:50:07 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}