Merge version_1 into main #1
399
src/app/page.tsx
399
src/app/page.tsx
@@ -19,276 +19,157 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "O nás",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Služby",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Tým a kariéra",
|
||||
id: "#team",
|
||||
},
|
||||
{
|
||||
name: "Naši klienti",
|
||||
id: "#clients",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
]}
|
||||
brandName="Vojtěch Kursch"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "O nás", id: "about" },
|
||||
{ name: "Služby", id: "services" },
|
||||
{ name: "Tým", id: "team" },
|
||||
{ name: "Klienti", id: "clients" },
|
||||
{ name: "Reference", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Kontakt", id: "contact" }
|
||||
]}
|
||||
brandName="Vojtěch Kursch"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Vojtěch Kursch"
|
||||
description="Expert legal counsel providing specialized services within Rada&Partner. Focused on excellence, clarity, and results for our clients."
|
||||
buttons={[
|
||||
{
|
||||
text: "Kontaktovat",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg"
|
||||
imageAlt="Vojtěch Kursch"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Vojtěch Kursch"
|
||||
description="Expert legal counsel providing specialized services within Rada&Partner. Focused on excellence, clarity, and results for our clients."
|
||||
buttons={[{ text: "Kontaktovat", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg"
|
||||
imageAlt="Vojtěch Kursch"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="O nás"
|
||||
description="Advokátní kancelář Rada&Partner představuje spojení zkušeností, odbornosti a individuálního přístupu ke každému případu. Vojtěch Kursch se specializuje na obchodní právo a poradenství."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "let praxe",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "úspěšných případů",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="O nás"
|
||||
description="Advokátní kancelář Rada&Partner představuje spojení zkušeností, odbornosti a individuálního přístupu ke každému případu. Vojtěch Kursch se specializuje na obchodní právo a poradenství."
|
||||
metrics={[
|
||||
{ value: "15+", title: "let praxe" },
|
||||
{ value: "500+", title: "úspěšných případů" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Obchodní právo",
|
||||
description: "Komplexní poradenství pro firmy a korporace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/judges-gavel-book-wooden-table-law-justice-concept-background_1150-9095.jpg",
|
||||
imageAlt: "Obchodní právo",
|
||||
},
|
||||
{
|
||||
title: "Smluvní agenda",
|
||||
description: "Tvorba a revize smluvních dokumentů všech typů.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/signing-contracts_1098-76.jpg",
|
||||
imageAlt: "Smluvní agenda",
|
||||
},
|
||||
{
|
||||
title: "Právní spory",
|
||||
description: "Zastupování v soudních řízeních a arbitrážích.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-justice-scales_23-2151228105.jpg",
|
||||
imageAlt: "Právní spory",
|
||||
},
|
||||
]}
|
||||
title="Naše služby"
|
||||
description="Poskytujeme komplexní právní servis na míru vašim potřebám."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Obchodní právo", description: "Komplexní poradenství pro firmy a korporace.", imageSrc: "http://img.b2bpic.net/free-photo/judges-gavel-book-wooden-table-law-justice-concept-background_1150-9095.jpg", imageAlt: "Obchodní právo"
|
||||
},
|
||||
{
|
||||
title: "Smluvní agenda", description: "Tvorba a revize smluvních dokumentů všech typů.", imageSrc: "http://img.b2bpic.net/free-photo/signing-contracts_1098-76.jpg", imageAlt: "Smluvní agenda"
|
||||
},
|
||||
{
|
||||
title: "Právní spory", description: "Zastupování v soudních řízeních a arbitrážích.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-justice-scales_23-2151228105.jpg", imageAlt: "Právní spory"
|
||||
}
|
||||
]}
|
||||
title="Naše služby"
|
||||
description="Poskytujeme komplexní právní servis na míru vašim potřebám."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
useInvertedBackground={false}
|
||||
title="Náš tým"
|
||||
tag="Expertíza"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Vojtěch Kursch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-using-tablet_23-2148095693.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Partner A",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Partner B",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Partner C",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
||||
},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
</div>
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
useInvertedBackground={false}
|
||||
title="Náš tým"
|
||||
tag="Expertíza"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{ id: "1", name: "Vojtěch Kursch", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-using-tablet_23-2148095693.jpg" },
|
||||
{ id: "2", name: "Partner A", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
|
||||
{ id: "3", name: "Partner B", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" },
|
||||
{ id: "4", name: "Partner C", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg" }
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="clients" data-section="clients">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Firma A",
|
||||
"Společnost B",
|
||||
"Korporace C",
|
||||
"Holding D",
|
||||
"Start-up E",
|
||||
"Nadace F",
|
||||
"Podnik G",
|
||||
]}
|
||||
title="Naši klienti"
|
||||
description="Důvěřují nám přední subjekty na trhu."
|
||||
/>
|
||||
</div>
|
||||
<div id="clients" data-section="clients">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Firma A", "Společnost B", "Korporace C", "Holding D", "Start-up E", "Nadace F", "Podnik G"]}
|
||||
title="Naši klienti"
|
||||
description="Důvěřují nám přední subjekty na trhu."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jan Novák",
|
||||
role: "CEO",
|
||||
company: "Firma A",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-with-good-future_1098-540.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Petr Svoboda",
|
||||
role: "Majitel",
|
||||
company: "Společnost B",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-person-work_23-2151915153.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marie Černá",
|
||||
role: "Directorka",
|
||||
company: "Korporace C",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-freelancer-dressed-casual-t-shirt-sitting-front-laptop-looking-smiling-with-cheerful-expression-after-successful-morning-work-enjoying-sunny-day-outdoor-cafe_273609-6602.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lukáš Dvořák",
|
||||
role: "Manager",
|
||||
company: "Holding D",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Malá",
|
||||
role: "Zakladatelka",
|
||||
company: "Start-up E",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Spokojenost",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Dostupnost",
|
||||
},
|
||||
{
|
||||
value: "Top",
|
||||
label: "Kvalita",
|
||||
},
|
||||
]}
|
||||
title="Reference"
|
||||
description="Co o nás říkají naši klienti."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Jan Novák", role: "CEO", company: "Firma A", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/executive-with-good-future_1098-540.jpg" },
|
||||
{ id: "2", name: "Petr Svoboda", role: "Majitel", company: "Společnost B", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-person-work_23-2151915153.jpg" },
|
||||
{ id: "3", name: "Marie Černá", role: "Directorka", company: "Korporace C", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-freelancer-dressed-casual-t-shirt-sitting-front-laptop-looking-smiling-with-cheerful-expression-after-successful-morning-work-enjoying-sunny-day-outdoor-cafe_273609-6602.jpg" },
|
||||
{ id: "4", name: "Lukáš Dvořák", role: "Manager", company: "Holding D", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg" },
|
||||
{ id: "5", name: "Anna Malá", role: "Zakladatelka", company: "Start-up E", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "100%", label: "Spokojenost" },
|
||||
{ value: "24/7", label: "Dostupnost" },
|
||||
{ value: "Top", label: "Kvalita" }
|
||||
]}
|
||||
title="Reference"
|
||||
description="Co o nás říkají naši klienti."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Jak probíhá úvodní konzultace?",
|
||||
content: "Konzultace probíhá osobně nebo online po předchozí domluvě.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Jaká je odměna za služby?",
|
||||
content: "Odměna je smluvní a odvíjí se od náročnosti případu.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Jak se mohu objednat?",
|
||||
content: "Kontaktujte nás pomocí formuláře nebo telefonicky.",
|
||||
},
|
||||
]}
|
||||
title="Často kladené otázky"
|
||||
description="Zde naleznete odpovědi na nejčastější dotazy."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Jak probíhá úvodní konzultace?", content: "Konzultace probíhá osobně nebo online po předchozí domluvě." },
|
||||
{ id: "2", title: "Jaká je odměna za služby?", content: "Odměna je smluvní a odvíjí se od náročnosti případu." },
|
||||
{ id: "3", title: "Jak se mohu objednat?", content: "Kontaktujte nás pomocí formuláře nebo telefonicky." }
|
||||
]}
|
||||
title="Často kladené otázky"
|
||||
description="Zde naleznete odpovědi na nejčastější dotazy."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Kontakt"
|
||||
title="Potřebujete právní radu?"
|
||||
description="Neváhejte nás kontaktovat pro nezávaznou konzultaci."
|
||||
buttons={[
|
||||
{
|
||||
text: "Napište nám",
|
||||
href: "mailto:info@radapartner.cz",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Kontakt"
|
||||
title="Potřebujete právní radu?"
|
||||
description="Neváhejte nás kontaktovat pro nezávaznou konzultaci."
|
||||
buttons={[{ text: "Napište nám", href: "mailto:info@radapartner.cz" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Rada&Partner"
|
||||
leftLink={{
|
||||
text: "Facebook",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "RSS",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Rada&Partner"
|
||||
leftLink={{ text: "Facebook", href: "#" }}
|
||||
rightLink={{ text: "RSS", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user