Update src/app/contact/page.tsx

This commit is contained in:
2026-05-02 00:10:52 +00:00
parent 0f147872df
commit 9c14b871d7

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
textarea={{
name: "message", placeholder: "Tell us a little about your situation", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/serious-businessman-working-office-analyzing-business-plans-there-are-people-background_637285-187.jpg?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1777680642863-khh8wvic.jpg"
/>
</div>
@@ -81,7 +81,7 @@ export default function LandingPage() {
name: "email", type: "email", placeholder: "Email", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/serious-businessman-working-office-analyzing-business-plans-there-are-people-background_637285-187.jpg?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1777680642863-khh8wvic.jpg"
/>
</div>