7 Commits

Author SHA1 Message Date
e8f54a0cbf Update src/app/page.tsx 2026-06-07 10:34:27 +00:00
5f0f3f3cde Update src/app/page.tsx 2026-06-07 10:33:58 +00:00
c0d3134c0a Merge version_3 into main
Merge version_3 into main
2026-06-07 10:07:49 +00:00
20ae426a30 Update src/app/page.tsx 2026-06-07 10:07:46 +00:00
9f87a79b27 Merge version_3 into main
Merge version_3 into main
2026-06-07 10:07:08 +00:00
4bce1c2a00 Update src/app/page.tsx 2026-06-07 10:07:02 +00:00
e9675ead96 Merge version_2 into main
Merge version_2 into main
2026-06-07 10:04:31 +00:00

View File

@@ -180,18 +180,18 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ 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 informa."},
{ {
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 transparent 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" sideTitle="Časté otázky a odpovědi"
sideDescription="Find quick answers to the most frequently asked questions about our services and approach." 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" faqsAnimation="slide-up"
textPosition="left" textPosition="left"
/> />
@@ -200,27 +200,27 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Ready to Transform Your Business?" title="Připraveni transformovat své podnikání?"
description="Reach out today for a confidential consultation and discover how Ivo Pavlík can guide you to success." 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={[ 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={{ textarea={{
name: "message", placeholder: "Your Message", rows: 5, name: "message", placeholder: "Vaše zpráva", rows: 5,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1952.jpg" imageSrc="http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1952.jpg"
imageAlt="professional office desk modern clean" imageAlt="professional office desk modern clean"
mediaAnimation="opacity" mediaAnimation="opacity"
mediaPosition="right" mediaPosition="right"
buttonText="Send Message" buttonText="Odeslat zprávu"
/> />
</div> </div>
@@ -231,44 +231,44 @@ export default function LandingPage() {
logoText="Ivo Pavlík" logoText="Ivo Pavlík"
columns={[ 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"}, label: "FAQ", href: "#faq"},
], ],
}, },
{ {
title: "Connect", items: [ title: "Spojit se", items: [
{ {
label: "Contact", href: "#contact"}, label: "Kontakt", href: "#contact"},
{ {
label: "LinkedIn", href: "#"}, 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> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }