diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2afe47d..201afcf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -109,14 +109,14 @@ export default function ContactPage() { onChange={(value) => handleInputChange('name', value)} type="text" placeholder="Your Name" - required + required={true} /> handleInputChange('email', value)} type="email" placeholder="Your Email" - required + required={true} /> handleInputChange('subject', value)} type="text" placeholder="Subject" - required + required={true} />