From 1e0ecc4c16edeee5c0ec2766dcfcfbe14966a9c2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 04:57:10 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 120 ++++++++++----------------------------- 1 file changed, 31 insertions(+), 89 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0f0b02f..ce79237 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -28,31 +28,19 @@ export default function LandingPage() { @@ -64,31 +52,20 @@ export default function LandingPage() { description="Have questions, need a quote, or want to discuss a custom social media strategy? Reach out to our team today." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "subject", - type: "text", - placeholder: "Subject", - required: false, + name: "subject", type: "text", placeholder: "Subject", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 5, + name: "message", placeholder: "Your Message", rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/working-office_1150-130.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/working-office_1150-130.jpg" imageAlt="growth graph social media marketing" buttonText="Send Message" /> @@ -98,17 +75,12 @@ export default function LandingPage() { @@ -142,62 +109,37 @@ export default function LandingPage() {