diff --git a/src/app/page.tsx b/src/app/page.tsx index f1b9c7e..44a3212 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,46 +31,31 @@ export default function LandingPage() {
@@ -223,20 +146,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How quickly can you start?", - content: "We offer same-day consultations and can mobilize our teams as soon as the initial paperwork is completed.", - }, + id: "q1", title: "How quickly can you start?", content: "We offer same-day consultations and can mobilize our teams as soon as the initial paperwork is completed."}, { - id: "q2", - title: "Is my information confidential?", - content: "Yes, all cases are treated with absolute discretion. We are bound by professional ethics to maintain client anonymity.", - }, + id: "q2", title: "Is my information confidential?", content: "Yes, all cases are treated with absolute discretion. We are bound by professional ethics to maintain client anonymity."}, { - id: "q3", - title: "Are you licensed and insured?", - content: "We hold all necessary state licenses and maintain comprehensive insurance coverage for all our operations.", - }, + id: "q3", title: "Are you licensed and insured?", content: "We hold all necessary state licenses and maintain comprehensive insurance coverage for all our operations."}, ]} title="Frequently Asked Questions" description="Get quick answers to common questions about our investigative processes." @@ -249,30 +163,20 @@ export default function LandingPage() { useInvertedBackground={false} title="Ready to Start Your Investigation?" description="Send us a secure request, and one of our experts will contact you within the hour." + buttonText="Submit Secure Inquiry" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Describe your case briefly...", - rows: 4, + name: "message", placeholder: "Describe your case briefly...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/young-policewoman-looking-clues-hologram_482257-77819.jpg" @@ -289,4 +193,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file