From c17fc14872b366e28d3f2ea91071de90cbafb0f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 21:40:01 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 44 ++++++++++------------------------------ 1 file changed, 11 insertions(+), 33 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 34cc5e5..2533332 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,14 +24,12 @@ export default function LandingPage() { @@ -41,16 +39,10 @@ export default function LandingPage() { title="Request a Free Estimate" description="Tell us about your event. We typically respond within 4 business hours." inputs={[ - { - name: "name", type: "text", placeholder: "Full Name", required: true, - }, - { - name: "email", type: "email", placeholder: "Email Address", required: true, - }, + { name: "name", type: "text", placeholder: "Full Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true }, ]} - textarea={{ - name: "message", placeholder: "Tell us about your event details...", rows: 4, - }} + textarea={{ name: "message", placeholder: "Tell us about your event details...", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/happy-event-manager-banquet-hall_23-2148085332.jpg" /> @@ -58,22 +50,8 @@ export default function LandingPage() {