diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2b9500b..f0e3ee1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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} />