diff --git a/src/app/page.tsx b/src/app/page.tsx index 7365d2a..2f6153c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,15 +33,17 @@ export default function LandingPage() { { + console.log("Form data submitted:", data); + // In a real application, you would send this data to your backend API. + // Example: fetch('/api/contact', { method: 'POST', body: JSON.stringify(data) }); + alert("Message sent successfully (simulated)! Check console for data."); + }} />