|
|
|
|
@@ -114,7 +114,10 @@ export default function LandingPage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[]}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ id: "1", name: "John D.", handle: "@johndoe", testimonial: "Bonnie handled my complex business litigation with incredible professionalism and securing a favorable outcome for our firm." },
|
|
|
|
|
{ id: "2", name: "Sarah M.", handle: "@sarahm", testimonial: "Compassionate, thorough, and highly effective. Truly the best choice for family law advocacy." }
|
|
|
|
|
]}
|
|
|
|
|
title="Client Success Stories"
|
|
|
|
|
description="What our clients say about our representation."
|
|
|
|
|
/>
|
|
|
|
|
@@ -123,7 +126,11 @@ export default function LandingPage() {
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[]}
|
|
|
|
|
faqs={[
|
|
|
|
|
{ id: "1", title: "What information do I need for my initial consultation?", content: "Please bring any relevant contracts, court documents, correspondence, or evidence related to your specific legal matter." },
|
|
|
|
|
{ id: "2", title: "How do you handle fee structures?", content: "Fees are transparent and discussed during our initial consultation. We offer hourly, flat-fee, or contingency arrangements based on the case." },
|
|
|
|
|
{ id: "3", title: "Is our conversation protected by attorney-client privilege?", content: "Yes. All communications with our firm are protected by strict attorney-client privilege, ensuring total confidentiality." }
|
|
|
|
|
]}
|
|
|
|
|
sideTitle="Frequently Asked Questions"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -132,7 +139,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
title="Schedule an Appointment"
|
|
|
|
|
description="Fill out the form below and we will contact you to confirm your consultation."
|
|
|
|
|
description="Our office is located at 123 Legal Plaza, Suite 400. Contact us at (555) 123-4567 or email admin@scheflinlaw.com to book your consultation."
|
|
|
|
|
inputs={[
|
|
|
|
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
|
|
|
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
|
|
|
|
|