From 135361f5aaeaa4f092630299feed0571544ab77d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:24:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf02921..51275b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,6 +208,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email Address"}, ]} + onSubmit={(data) => console.log("Form submitted:", data)} imageSrc="http://img.b2bpic.net/free-photo/cupcakes-with-christmas-decoration-cup_1162-201.jpg" imageAlt="vintage ice cream shop night time" /> -- 2.49.1