From f12426b9cc8aca3c11b392ca29fcc25b185be318 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:13:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c4b4bd..5afcef5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,6 +147,7 @@ export default function LandingPage() { inputs={[ { name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true }, + { name: "phone", type: "tel", placeholder: "Phone Number", required: true }, ]} imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23928.jpg" imageAlt="Man an electrical technician working in a switchboard with fuses uses a tablet" @@ -163,4 +164,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1