6 Commits

Author SHA1 Message Date
03ea387cd0 Update src/app/page.tsx 2026-05-02 23:34:32 +00:00
009512a366 Merge version_3 into main
Merge version_3 into main
2026-05-02 23:33:53 +00:00
c222cd71c1 Update src/app/page.tsx 2026-05-02 23:33:49 +00:00
2e74051193 Merge version_2 into main
Merge version_2 into main
2026-05-02 23:33:14 +00:00
41dc9860d6 Update src/app/page.tsx 2026-05-02 23:33:11 +00:00
1eb6f1240c Merge version_1 into main
Merge version_1 into main
2026-05-02 23:31:31 +00:00

View File

@@ -130,13 +130,14 @@ 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 },
]}
textarea={{ name: "message", placeholder: "Your Message", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/bicycle-city-health-leisure-town-urban-vehicle_53876-23383.jpg"
buttonText="Send Inquiry"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149356834.jpg"
/>
</div>