Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03ea387cd0 | |||
| 009512a366 |
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visit Us Today"
|
||||
description="Have a question or want to book an event? Drop us a line."
|
||||
description="Have a question or want to book an event? Fill out our form below to book event catering—it's the fastest way to reach us!"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
@@ -154,4 +154,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user