Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-21 21:15:41 +00:00

View File

@@ -126,7 +126,8 @@ export default function LandingPage() {
<FaqSplitMedia
faqs={[
{ id: "q1", title: "What sectors do you primarily serve?", content: "We specialize in high-level commercial, private, and property litigation." },
{ id: "q2", title: "How is your fee structure managed?", content: "We provide clear, transparent billing models tailored to your specific case complexity." }
{ id: "q2", title: "How is your fee structure managed?", content: "We provide clear, transparent billing models tailored to your specific case complexity." },
{ id: "q3", title: "What is the first step to engage our services?", content: "Simply reach out via our contact form or call us to schedule a confidential initial consultation where we will assess your needs." }
]}
title="Insights & Answers"
description="Common inquiries about our legal practice."
@@ -160,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}