Update src/app/contact/page.tsx

This commit is contained in:
2026-02-25 16:53:03 +00:00
parent f53511459a
commit e64aff6f4e

View File

@@ -48,7 +48,7 @@ export default function ContactPage() {
]} ]}
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }} textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
useInvertedBackground={true} useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173705.jpg" imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173705.jpg?_wi=2"
imageAlt="Tech community members collaborating on a project" imageAlt="Tech community members collaborating on a project"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="left" mediaPosition="left"