Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d020a80ccc | |||
| e8f54a0cbf | |||
| a4fad583ef | |||
| 5f0f3f3cde | |||
| c0d3134c0a | |||
| 20ae426a30 | |||
| 9f87a79b27 | |||
| 4bce1c2a00 | |||
| e9675ead96 |
@@ -180,18 +180,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "What types of clients do you work with?", content: "We work with a diverse range of clients, from startups and small businesses to large corporations, across various industries seeking legal and business advisory."},
|
||||
id: "q1", title: "S jakými typy klientů spolupracujete?", content: "Spolupracujeme s různorodou škálou klientů, od startupů a malých podniků po velké korporace, napříč různými odvětvími, kteří hledají právní a obchodní poradenství."},
|
||||
{
|
||||
id: "q2", title: "How do you ensure client confidentiality?", content: "Client confidentiality is paramount. We adhere to strict privacy policies and implement robust security measures to protect all sensitive information."},
|
||||
id: "q2", title: "Jak zajišťujete důvěrnost klientů?", content: "Důvěrnost klientů je prvořadá. Dodržujeme přísné zásady ochrany osobních údajů a zavádíme robustní bezpečnostní opatření k ochraně všech citlivých informací."},
|
||||
{
|
||||
id: "q3", title: "What is your approach to problem-solving?", content: "Our approach is client-centric, focusing on understanding your unique challenges to provide tailored, practical, and effective solutions that align with your objectives."},
|
||||
id: "q3", title: "Jaký je váš přístup k řešení problémů?", content: "Náš přístup je zaměřen na klienta, soustředíme se na pochopení vašich jedinečných výzev, abychom poskytli řešení na míru, praktická a efektivní, která jsou v souladu s vašimi cíli."},
|
||||
{
|
||||
id: "q4", title: "Can you assist with international business matters?", content: "Yes, we have experience with international clients and cross-border transactions, offering guidance on international law and business practices."},
|
||||
id: "q4", title: "Můžete pomoci s mezinárodními obchodními záležitostmi?", content: "Ano, máme zkušenosti s mezinárodními klienty a přeshraničními transakcemi, nabízíme poradenství v oblasti mezinárodního práva a obchodních praktik."},
|
||||
{
|
||||
id: "q5", title: "What are your fee structures?", content: "Our fee structures are transparent and flexible, tailored to the scope and complexity of the services required. We discuss all costs upfront."},
|
||||
id: "q5", title: "Jaké jsou vaše struktury poplatků?", content: "Naše struktury poplatků jsou transparentní a flexibilní, přizpůsobené rozsahu a složitosti požadovaných služeb. Všechny náklady projednáváme předem."},
|
||||
]}
|
||||
sideTitle="Common Questions & Answers"
|
||||
sideDescription="Find quick answers to the most frequently asked questions about our services and approach."
|
||||
sideTitle="Časté otázky a odpovědi"
|
||||
sideDescription="Najděte rychlé odpovědi na nejčastěji kladené otázky o našich službách a přístupu."
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
/>
|
||||
@@ -200,27 +200,27 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Ready to Transform Your Business?"
|
||||
description="Reach out today for a confidential consultation and discover how Ivo Pavlík can guide you to success."
|
||||
title="Připraveni transformovat své podnikání?"
|
||||
description="Kontaktujte nás ještě dnes pro důvěrnou konzultaci a zjistěte, jak vás Ivo Pavlík může dovést k úspěchu."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
name: "name", type: "text", placeholder: "Vaše jmémo", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
name: "email", type: "email", placeholder: "Váš e-mail", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
name: "phone", type: "tel", placeholder: "Telefonní číslo"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
name: "message", placeholder: "Vaše zpráva", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1952.jpg"
|
||||
imageAlt="professional office desk modern clean"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
buttonText="Odeslat zprávu"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -231,44 +231,44 @@ export default function LandingPage() {
|
||||
logoText="Ivo Pavlík"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
title: "Služby", items: [
|
||||
{
|
||||
label: "Legal Consultation", href: "#services"},
|
||||
label: "Právní konzultace", href: "#services"},
|
||||
{
|
||||
label: "Business Planning", href: "#services"},
|
||||
label: "Obchodní plánování", href: "#services"},
|
||||
{
|
||||
label: "Dispute Resolution", href: "#services"},
|
||||
label: "Řešení sporů", href: "#services"},
|
||||
{
|
||||
label: "Financial Advisory", href: "#services"},
|
||||
label: "Finanční poradenství", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
title: "Společnost", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
label: "O nás", href: "#about"},
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
label: "Reference", href: "#testimonials"},
|
||||
{
|
||||
label: "Partners", href: "#social-proof"},
|
||||
label: "Partneři", href: "#social-proof"},
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
title: "Spojit se", items: [
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
{
|
||||
label: "LinkedIn", href: "#"},
|
||||
{
|
||||
label: "Email", href: "mailto:info@ivopavlik.com"},
|
||||
label: "E-mail", href: "mailto:info@ivopavlik.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Ivo Pavlík. All rights reserved."
|
||||
copyrightText="© 2025 Ivo Pavlík. Všechna práva vyhrazena."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user