Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 14133ea002 | |||
| 8ae296c03d | |||
| 991ad0c562 | |||
| 30a84293e9 |
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
description="The premier venue for your most exclusive events in the heart of New York City."
|
description="The premier venue for your most exclusive events in the heart of New York City."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Your Tour", href: "#contact"},
|
text: "Check Availability & Pricing", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
@@ -181,6 +181,8 @@ export default function LandingPage() {
|
|||||||
id: "2", title: "Is catering included?", content: "We offer in-house catering and allow external vendors."},
|
id: "2", title: "Is catering included?", content: "We offer in-house catering and allow external vendors."},
|
||||||
{
|
{
|
||||||
id: "3", title: "How far in advance should I book?", content: "We recommend booking 6-12 months in advance."},
|
id: "3", title: "How far in advance should I book?", content: "We recommend booking 6-12 months in advance."},
|
||||||
|
{
|
||||||
|
id: "4", title: "What are the deposit and payment terms?", content: "We require a 25% non-refundable deposit to secure your date, with the final balance due 30 days prior to the event."},
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Have questions? We have answers."
|
description="Have questions? We have answers."
|
||||||
@@ -230,4 +232,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user