diff --git a/components/contact.tsx b/components/contact.tsx index 966f768..97f3e79 100644 --- a/components/contact.tsx +++ b/components/contact.tsx @@ -19,7 +19,7 @@ export function Contact() { e.preventDefault() setIsSubmitting(true) setError("") - + try { const response = await fetch('/api/send-email', { method: 'POST', @@ -36,7 +36,7 @@ export function Contact() { setIsSubmitted(true) setFormData({ name: "", email: "", message: "" }) - + // Reset success message after 5 seconds setTimeout(() => setIsSubmitted(false), 5000) } catch (err) { @@ -81,7 +81,7 @@ export function Contact() { Ready to Talk Tech?
- Whether you need a new website, cloud hosting, or help with your + Whether you need a new website, cloud hosting, or help with your I.T systems, we're here to help. Get in touch today.
@@ -90,7 +90,7 @@ export function Contact() { {/* Contact Info */}{error}