10 Commits

Author SHA1 Message Date
d020a80ccc Merge version_4 into main
Merge version_4 into main
2026-06-07 10:34:30 +00:00
e8f54a0cbf Update src/app/page.tsx 2026-06-07 10:34:27 +00:00
a4fad583ef Merge version_4 into main
Merge version_4 into main
2026-06-07 10:34:02 +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
e554cf14ed Update src/app/page.tsx 2026-06-07 10:04:28 +00:00

View File

@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -18,10 +18,10 @@ export default function LandingPage() {
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="background-highlight"
borderRadius="soft"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="noise"
background="floatingGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -32,106 +32,67 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/cute-decorative-monograms_23-2147659879.jpg"
logoAlt="Ivo Pavlík Logo"
brandName="Ivo Pavlík"
button={{
text: "Get in Touch",
href: "#contact",
}}
text: "Get in Touch", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Ivo Pavlík: Expert Legal & Business Advisory for Your Success"
description="Unlock your potential with tailored legal and business consulting services. Ivo Pavlík provides strategic guidance to navigate complex challenges and achieve your goals."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg",
alt: "professional business man portrait",
},
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", alt: "professional business man portrait"},
{
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-tablet-mock-up_23-2148317342.jpg",
alt: "female business leader portrait",
},
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-tablet-mock-up_23-2148317342.jpg", alt: "female business leader portrait"},
{
src: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg",
alt: "young entrepreneur portrait confident",
},
src: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg", alt: "young entrepreneur portrait confident"},
{
src: "http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg",
alt: "female lawyer professional headshot",
},
src: "http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg", alt: "female lawyer professional headshot"},
{
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
alt: "Smiling Middle-aged Business Leader at Window",
},
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Smiling Middle-aged Business Leader at Window"},
]}
avatarText="Trusted by over 500+ satisfied clients and businesses."
buttons={[
{
text: "Explore Services",
href: "#services",
},
text: "Explore Services", href: "#services"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "Legal Compliance",
icon: CheckSquare,
type: "text-icon", text: "Legal Compliance", icon: CheckSquare,
},
{
type: "text-icon",
text: "Strategic Growth",
icon: Lightbulb,
type: "text-icon", text: "Strategic Growth", icon: Lightbulb,
},
{
type: "text-icon",
text: "Fair Resolution",
icon: Scale,
type: "text-icon", text: "Fair Resolution", icon: Scale,
},
{
type: "text-icon",
text: "Business Excellence",
icon: Briefcase,
type: "text-icon", text: "Business Excellence", icon: Briefcase,
},
{
type: "text-icon",
text: "Client Success",
icon: Users,
type: "text-icon", text: "Client Success", icon: Users,
},
]}
/>
@@ -144,19 +105,13 @@ export default function LandingPage() {
metrics={[
{
icon: Users,
label: "Years of Experience",
value: "20+",
},
label: "Years of Experience", value: "20+"},
{
icon: Award,
label: "Successful Cases",
value: "95%",
},
label: "Successful Cases", value: "95%"},
{
icon: Briefcase,
label: "Client Retention",
value: "90%",
},
label: "Client Retention", value: "90%"},
]}
metricsAnimation="slide-up"
/>
@@ -170,35 +125,15 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Legal Consultation",
description: "Receive expert advice on corporate law, contracts, and compliance to mitigate risks and ensure smooth operations.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-chart-wood-background_1150-6648.jpg",
imageAlt: "professional legal document icon",
},
title: "Legal Consultation", description: "Receive expert advice on corporate law, contracts, and compliance to mitigate risks and ensure smooth operations.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-chart-wood-background_1150-6648.jpg", imageAlt: "professional legal document icon"},
{
title: "Strategic Business Planning",
description: "Develop robust strategies for market entry, growth, and sustainability with personalized guidance.",
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-support-partnership-collaboration-unity-concept_53876-15865.jpg",
imageAlt: "handshake agreement business deal",
},
title: "Strategic Business Planning", description: "Develop robust strategies for market entry, growth, and sustainability with personalized guidance.", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-support-partnership-collaboration-unity-concept_53876-15865.jpg", imageAlt: "handshake agreement business deal"},
{
title: "Dispute Resolution",
description: "Navigate conflicts and achieve favorable outcomes through skilled negotiation and arbitration.",
imageSrc: "http://img.b2bpic.net/free-photo/broken-gavel-justice_23-2152004764.jpg",
imageAlt: "legal scales of justice balance",
},
title: "Dispute Resolution", description: "Navigate conflicts and achieve favorable outcomes through skilled negotiation and arbitration.", imageSrc: "http://img.b2bpic.net/free-photo/broken-gavel-justice_23-2152004764.jpg", imageAlt: "legal scales of justice balance"},
{
title: "Financial Advisory",
description: "Gain insights into financial health, investment strategies, and asset protection for long-term prosperity.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-hand-drawn-people-analyzing-growth-charts_52683-56396.jpg",
imageAlt: "digital data analytics chart",
},
title: "Financial Advisory", description: "Gain insights into financial health, investment strategies, and asset protection for long-term prosperity.", imageSrc: "http://img.b2bpic.net/free-vector/flat-hand-drawn-people-analyzing-growth-charts_52683-56396.jpg", imageAlt: "digital data analytics chart"},
{
title: "Intellectual Property",
description: "Protect your innovations and brand assets with comprehensive intellectual property strategies and legal support.",
imageSrc: "http://img.b2bpic.net/free-photo/secure-mobile-payment-with-phone-cards-pos_107791-17380.jpg",
imageAlt: "legal protection shield icon",
},
title: "Intellectual Property", description: "Protect your innovations and brand assets with comprehensive intellectual property strategies and legal support.", imageSrc: "http://img.b2bpic.net/free-photo/secure-mobile-payment-with-phone-cards-pos_107791-17380.jpg", imageAlt: "legal protection shield icon"},
]}
title="Our Core Expertise"
description="Providing comprehensive solutions to empower your business."
@@ -211,59 +146,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Exceptional Legal Guidance",
quote: "Ivo Pavlík provided invaluable legal clarity for our complex corporate restructuring. Their expertise was crucial for our success.",
name: "Jana Nováková",
role: "CEO, InovaTech Solutions",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture-sm_1258-131745.jpg",
imageAlt: "satisfied client portrait smiling",
},
id: "1", title: "Exceptional Legal Guidance", quote: "Ivo Pavlík provided invaluable legal clarity for our complex corporate restructuring. Their expertise was crucial for our success.", name: "Jana Nováková", role: "CEO, InovaTech Solutions", imageSrc: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture-sm_1258-131745.jpg", imageAlt: "satisfied client portrait smiling"},
{
id: "2",
title: "Strategic Business Insight",
quote: "The strategic planning sessions with Ivo completely transformed our market approach. We saw significant growth almost immediately.",
name: "Petr Dvořák",
role: "Founder, Growth Accelerators",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14582.jpg",
imageAlt: "woman smiling professional headshot",
},
id: "2", title: "Strategic Business Insight", quote: "The strategic planning sessions with Ivo completely transformed our market approach. We saw significant growth almost immediately.", name: "Petr Dvořák", role: "Founder, Growth Accelerators", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14582.jpg", imageAlt: "woman smiling professional headshot"},
{
id: "3",
title: "Reliable and Trustworthy",
quote: "For all our legal and business needs, Ivo Pavlík is our first choice. Their advice is always sound, and their support is unwavering.",
name: "Eva Svobodová",
role: "Managing Partner, Global Ventures",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-attractive-young-student-wearing-trendy-black-hat-enjoying-free-wireless-connection-browsing-internet-using-his-laptop-computer-cafe_273609-1944.jpg",
imageAlt: "male professional thoughtful portrait",
},
id: "3", title: "Reliable and Trustworthy", quote: "For all our legal and business needs, Ivo Pavlík is our first choice. Their advice is always sound, and their support is unwavering.", name: "Eva Svobodová", role: "Managing Partner, Global Ventures", imageSrc: "http://img.b2bpic.net/free-photo/joyful-attractive-young-student-wearing-trendy-black-hat-enjoying-free-wireless-connection-browsing-internet-using-his-laptop-computer-cafe_273609-1944.jpg", imageAlt: "male professional thoughtful portrait"},
{
id: "4",
title: "Prompt and Professional",
quote: "Response times are incredible, and the level of professionalism is unmatched. We highly recommend Ivo for any critical advisory.",
name: "Tomáš Kučera",
role: "Director, Digital Edge Agency",
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-business-colleagues-celebrating-team-success_74855-1975.jpg",
imageAlt: "senior professional woman smiling",
},
id: "4", title: "Prompt and Professional", quote: "Response times are incredible, and the level of professionalism is unmatched. We highly recommend Ivo for any critical advisory.", name: "Tomáš Kučera", role: "Director, Digital Edge Agency", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-business-colleagues-celebrating-team-success_74855-1975.jpg", imageAlt: "senior professional woman smiling"},
{
id: "5",
title: "Clear and Actionable Advice",
quote: "Ivo has a unique ability to break down complex legal jargon into clear, actionable steps. This has been a game-changer for us.",
name: "Marie Benešová",
role: "Legal Counsel, Startup Hub",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg",
imageAlt: "young female professional confident",
},
id: "5", title: "Clear and Actionable Advice", quote: "Ivo has a unique ability to break down complex legal jargon into clear, actionable steps. This has been a game-changer for us.", name: "Marie Benešová", role: "Legal Counsel, Startup Hub", imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg", imageAlt: "young female professional confident"},
{
id: "6",
title: "Unrivaled Expertise",
quote: "The depth of knowledge and experience Ivo Pavlík brings to the table is truly exceptional. We couldn't be happier with the results.",
name: "Daniel Veselý",
role: "CFO, FinAdvance Group",
imageSrc: "http://img.b2bpic.net/free-photo/young-annoyed-blonde-male-barber-uniform-looks-camera-with-raised-hands-isolated-violet-space-with-copy-space_141793-60084.jpg",
imageAlt: "male professional suit tie serious",
},
id: "6", title: "Unrivaled Expertise", quote: "The depth of knowledge and experience Ivo Pavlík brings to the table is truly exceptional. We couldn't be happier with the results.", name: "Daniel Veselý", role: "CFO, FinAdvance Group", imageSrc: "http://img.b2bpic.net/free-photo/young-annoyed-blonde-male-barber-uniform-looks-camera-with-raised-hands-isolated-violet-space-with-copy-space_141793-60084.jpg", imageAlt: "male professional suit tie serious"},
]}
title="What Our Clients Say"
description="Hear directly from businesses and individuals who have partnered with Ivo Pavlík for outstanding results."
@@ -275,15 +168,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"GlobalCorp Solutions",
"Innovate Ventures",
"Apex Financial Group",
"TechSphere Innovations",
"Quantum Legal Partners",
"Future Growth Advisors",
"Dynamic Enterprises",
"Elite Strategic Consulting",
]}
"GlobalCorp Solutions", "Innovate Ventures", "Apex Financial Group", "TechSphere Innovations", "Quantum Legal Partners", "Future Growth Advisors", "Dynamic Enterprises", "Elite Strategic Consulting"]}
title="Partnered with Leading Businesses"
description="Our expertise is recognized and trusted by a diverse portfolio of clients across various industries."
showCard={true}
@@ -295,33 +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"
/>
@@ -330,111 +200,75 @@ 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>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterBase
logoSrc="http://img.b2bpic.net/free-vector/cute-decorative-monograms_23-2147659879.jpg"
logoAlt="minimalist professional logo elegant design"
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",
},
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>
</ReactLenis>
</ThemeProvider>
);
}
}