Merge version_1 into main #10

Merged
bender merged 1 commits from version_1 into main 2026-04-14 09:07:29 +00:00

View File

@@ -37,7 +37,7 @@ export default function ContactPage() {
description="Ready to take control of your accounting? Fill in the form and we'll reach out shortly."
inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true }, { name: "business", type: "text", placeholder: "Business Name" }]}
textarea={{ name: "message", placeholder: "Tell us about your needs", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/portrait-saleswoman-business-woman-office-sitting-chair-with-documents-reading-papers_1258-194548.jpg"
imageSrc="https://img.b2bpic.net/free-photo/portrait-saleswoman-business-woman-office-sitting-chair-with-documents-reading-papers_1258-194548.jpg"
useInvertedBackground={false}
/>
</div>