diff --git a/src/app/page.tsx b/src/app/page.tsx index 6038aea..cffeff9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -251,12 +251,22 @@ export default function LandingPage() { { + // Send email to luxorasites.build@gmail.com + fetch('/api/contact', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ email }), + }).catch(err => console.error('Error submitting contact form:', err)); + }} />