Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e5c2b7d8c | |||
| dfa0609677 | |||
| d3c16eee89 | |||
| b75487763b |
@@ -209,7 +209,7 @@ export default function HomePage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Ready to Grow Your Local Business Online?"
|
title="Ready to Grow Your Local Business Online?"
|
||||||
description="Get in touch with our team today. We'd love to hear about your business and discuss how we can help you succeed in your community."
|
description="We respond within 24 hours. Get in touch with our team today. We'd love to hear about your business and discuss how we can help you succeed in your community."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name"},
|
name: "name", type: "text", placeholder: "Your Name"},
|
||||||
@@ -224,7 +224,7 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/friendly-professional-team-meeting-scene-1773538252552-a0e00322.png?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/friendly-professional-team-meeting-scene-1773538252552-a0e00322.png?_wi=1"
|
||||||
imageAlt="Contact us illustration"
|
imageAlt="Contact us illustration"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="blur-reveal"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
/>
|
/>
|
||||||
@@ -238,4 +238,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user