3 Commits

Author SHA1 Message Date
16eab6d628 Merge version_3 into main
Merge version_3 into main
2026-06-09 22:45:48 +00:00
5ea2eeaa88 Update src/app/page.tsx 2026-06-09 22:45:45 +00:00
b34ac30557 Merge version_2 into main
Merge version_2 into main
2026-06-09 22:37:22 +00:00

View File

@@ -116,9 +116,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
useInvertedBackground={false} 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} rating={5}
author="Sarah M., Satisfied Client" author="Сара М., Довольный Клиент"
avatars={[ 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"}, 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"> <div id="home-contact-cta" data-section="home-contact-cta">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Ready for a Consultation?" title="Готовы к консультации?"
description="Contact us today to discuss your legal needs and explore how we can assist you. Your initial consultation is confidential and without obligation." description="Свяжитесь с нами сегодня, чтобы обсудить ваши юридические потребности и узнать, как мы можем вам помочь. Ваша первая консультация конфиденциальна и не обязывает ни к чему."
inputs={[ 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={{ textarea={{
name: "message", placeholder: "Describe Your Inquiry", rows: 4, name: "message", placeholder: "Опишите ваш запрос", rows: 4,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg" imageSrc="http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg"
imageAlt="Modern law firm reception" imageAlt="Modern law firm reception"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
buttonText="Submit Inquiry" buttonText="Отправить Запрос"
/> />
</div> </div>
@@ -211,4 +211,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }