4 Commits

Author SHA1 Message Date
8e5c2b7d8c Update src/app/page.tsx 2026-03-15 02:08:08 +00:00
dfa0609677 Merge version_2 into main
Merge version_2 into main
2026-03-15 02:02:18 +00:00
d3c16eee89 Merge version_2 into main
Merge version_2 into main
2026-03-15 02:01:05 +00:00
b75487763b Merge version_2 into main
Merge version_2 into main
2026-03-15 01:50:49 +00:00

View File

@@ -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>
); );
} }