Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-09 22:45:48 +00:00

View File

@@ -116,9 +116,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="Working with Lawyer & Associates was a truly transformative experience. Their legal team demonstrated unparalleled expertise and guided me through every step of my complex case with clarity and unwavering support. I felt genuinely heard and understood, leading to a resolution that exceeded my expectations. I highly recommend their services to anyone seeking dedicated and effective legal representation."
testimonial="Работа с «Юрист и Партнеры» стала по-настоящему преобразующим опытом. Их юридическая команда продемонстрировала беспрецедентный опыт и сопровождала меня на каждом этапе моего сложного дела с ясностью и непоколебимой поддержкой. Я чувствовал себя по-настоящему услышанным и понятым, что привело к решению, превзошедшему мои ожидания. Я настоятельно рекомендую их услуги всем, кто ищет преданное и эффективное юридическое представительство."
rating={5}
author="Sarah M., Satisfied Client"
author="Сара М., Довольный Клиент"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", alt: "Sarah M. avatar"},
@@ -139,28 +139,28 @@ export default function LandingPage() {
<div id="home-contact-cta" data-section="home-contact-cta">
<ContactSplitForm
useInvertedBackground={false}
title="Ready for a Consultation?"
description="Contact us today to discuss your legal needs and explore how we can assist you. Your initial consultation is confidential and without obligation."
title="Готовы к консультации?"
description="Свяжитесь с нами сегодня, чтобы обсудить ваши юридические потребности и узнать, как мы можем вам помочь. Ваша первая консультация конфиденциальна и не обязывает ни к чему."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
name: "name", type: "text", placeholder: "Ваше Имя", required: true,
},
{
name: "email", type: "email", placeholder: "Your Email", required: true,
name: "email", type: "email", placeholder: "Ваш Email", required: true,
},
{
name: "phone", type: "tel", placeholder: "Your Phone (Optional)", required: false,
name: "phone", type: "tel", placeholder: "Ваш Телефон (Необязательно)", required: false,
},
]}
textarea={{
name: "message", placeholder: "Describe Your Inquiry", rows: 4,
name: "message", placeholder: "Опишите ваш запрос", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg"
imageAlt="Modern law firm reception"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Submit Inquiry"
buttonText="Отправить Запрос"
/>
</div>
@@ -211,4 +211,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}