From 4ef45a311da268e38fe6cc300772ace433e5117c Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Mon, 23 Feb 2026 15:46:32 +0000 Subject: [PATCH] fix: change contact form sender to info@ai-impress.com Co-Authored-By: Claude Sonnet 4.6 --- src/app/contact/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`,