Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-03-15 02:08:13 +00:00

View File

@@ -209,7 +209,7 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactSplitForm
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={[
{
name: "name", type: "text", placeholder: "Your Name"},
@@ -224,7 +224,7 @@ export default function HomePage() {
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"
imageAlt="Contact us illustration"
mediaAnimation="slide-up"
mediaAnimation="blur-reveal"
mediaPosition="right"
buttonText="Send Message"
/>
@@ -238,4 +238,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}