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() {