Compare commits
3 Commits
version_3_
...
version_2_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4b45a4b14 | ||
|
|
13d4e47386 | ||
|
|
b7e3c9745c |
@@ -274,19 +274,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactSplitForm
|
||||
tag="Ready for a Greener Space?"
|
||||
title="Let's bring your outdoor vision to life."
|
||||
description="Fill out the form below to get a free, no-obligation quote today! Our team will get back to you within 24 hours."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: false }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 4, required: true }}
|
||||
buttonText="Request a Free Quote"
|
||||
imageSrc=""
|
||||
/>
|
||||
<ContactSplitForm />
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user