Merge branch 'contact-us-image' of MERMS/MermsWebsite2025 into master

This commit is contained in:
2026-05-15 21:23:29 +00:00
committed by Gogs
2 changed files with 5 additions and 11 deletions
+5 -11
View File
@@ -73,7 +73,7 @@ export default function Home() {
{/* IMAGE BLOCK */}
<div className="col-md-6 col-lg-6">
<div className="img-block left-column wow fadeInRight">
<img className="img-fluid" src="/images/img-14.png" alt="content-image"/>
<img className="img-fluid" src="/images/contact-us-page.png" alt="content-image"/>
</div>
</div>
@@ -94,7 +94,7 @@ export default function Home() {
about:{(props.errors.subject && props.touched.subject) &&
<span style={{display: 'inline'}}
className='text-danger'>{props.errors.subject}</span>}</p>
<span>Choose a topic, so we can best determine hot to handle your request to: </span>
<span>Choose a topic, so we can best determine how to handle your request to:</span>
<select name='subject' onChange={props.handleChange}
className="form-select subject"
aria-label="Default select example">
@@ -138,7 +138,7 @@ export default function Home() {
details:{(props.errors.message && props.touched.message) &&
<span style={{display: 'inline'}}
className='text-danger'>{props.errors.message}</span>}</p>
<span>Details like yur Your OS version, browser and any specific steps will really help. Be VERY precise!</span>
<span>Please provide specific details regarding your request or any feedback you wish to share.</span>
<textarea onChange={props.handleChange}
className="form-control message"
name="message" rows={6}
@@ -155,14 +155,8 @@ export default function Home() {
</button>
</div>
<div className="contact-form-notice">
<p className="p-sm">We are committed to your privacy.
MERMS uses the information you
provide us to contact you about our relevant
content, products, and services.
You may unsubscribe from these communications at any
time. For more information,
check out our <Link href="/privacy">Privacy
Policy</Link>.
<p className="p-sm">
We are committed to protecting your privacy. MERMS uses the information you provide to communicate with you regarding our relevant content, products, and services. You may unsubscribe from these communications at any time.
</p>
</div>
{/* Contact Form Message */}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB