diff --git a/src/app/contact/actions.ts b/src/app/contact/actions.ts index e34a981..b36f30b 100644 --- a/src/app/contact/actions.ts +++ b/src/app/contact/actions.ts @@ -70,7 +70,7 @@ export async function submitContactForm( try { const { error } = await resend.emails.send({ - from: 'Axil Website ', + from: 'Axil Website ', to: RECIPIENTS, replyTo: email, subject: `New enquiry from ${firstName} ${lastName} — ${serviceLabel}`,