Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b4d1897221 | |||
| c1d23d8b97 | |||
| 4a4ade1db0 |
@@ -43,28 +43,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get a Free Quote"
|
||||
description="Have specific inquiries or need a custom quote? Reach out to us. For domain naming ideas, consider athertoncleaners.com, athertondrycleaning.com, or rccleaners.com for a local touch."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your garment care needs..."}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176232.jpg?_wi=2"
|
||||
imageAlt="Atherton Cleaners Storefront"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
@@ -199,6 +177,28 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get a Free Quote"
|
||||
description="Have specific inquiries or need a custom quote? Reach out to us. For domain naming ideas, consider athertoncleaners.com, athertondrycleaning.com, or rccleaners.com for a local touch."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your garment care needs..."}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176232.jpg?_wi=2"
|
||||
imageAlt="Atherton Cleaners Storefront"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user