Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-31 13:12:47 +00:00

View File

@@ -30,26 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Úvod",
id: "hero",
},
{
name: "O nás",
id: "about",
},
{
name: "Služby",
id: "services",
},
{
name: "Reference",
id: "gallery",
},
{
name: "Kontakt",
id: "contact",
},
{ name: "Úvod", id: "hero" },
{ name: "O nás", id: "about" },
{ name: "Služby", id: "services" },
{ name: "Reference", id: "gallery" },
{ name: "Kontakt", id: "contact" },
]}
brandName="Top KOVODĚL"
/>
@@ -57,19 +42,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
logoText="Top KOVODĚL"
description="Kompletní montáže, rekonstrukce a servis pro rodinné domy, byty i průmyslové objekty. Uherský Brod a okolí."
buttons={[
{
text: "Naše služby",
href: "#services",
},
]}
buttons={[{ text: "Naše služby", href: "#services" }]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg"
mediaAnimation="opacity"
/>
</div>
@@ -79,26 +57,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Tradice od roku 1994"
metrics={[
{
icon: Calendar,
label: "Rok založení",
value: "1994",
},
{
icon: Award,
label: "Zkušenosti",
value: "30+ let",
},
{
icon: CheckCircle,
label: "Servis",
value: "Certifikovaný",
},
{
icon: MapPin,
label: "Lokalita",
value: "Uherský Brod",
},
{ icon: Calendar, label: "Rok založení", value: "1994" },
{ icon: Award, label: "Zkušenosti", value: "30+ let" },
{ icon: CheckCircle, label: "Servis", value: "Certifikovaný" },
{ icon: MapPin, label: "Lokalita", value: "Uherský Brod" },
]}
metricsAnimation="slide-up"
/>
@@ -110,58 +72,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: 1,
title: "Topení",
description: "Kompletní návrhy a montáže vytápění.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg?_wi=1",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg?_wi=2",
imageAlt: "modern heating installation boiler room",
},
{
id: 2,
title: "Voda a kanalizace",
description: "Rozvody vody a odpadů.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg?_wi=1",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/professional-car-mechanic-repair-shop_342744-262.jpg",
imageAlt: "professional heating engineer workshop",
},
{
id: 3,
title: "Plynoinstalace",
description: "Bezpečná montáž a servis plynu.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg?_wi=2",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg?_wi=3",
imageAlt: "modern boiler room installation",
},
{
id: 4,
title: "Solární systémy",
description: "Efektivní využití obnovitelné energie.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg?_wi=4",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg?_wi=4",
imageAlt: "solar panels on roof house",
},
{ id: 1, title: "Topení", description: "Kompletní návrhy a montáže vytápění.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg" } },
{ id: 2, title: "Voda a kanalizace", description: "Rozvody vody a odpadů.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg" } },
{ id: 3, title: "Plynoinstalace", description: "Bezpečná montáž a servis plynu.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg" } },
{ id: 4, title: "Solární systémy", description: "Efektivní využití obnovitelné energie.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg" } },
]}
showStepNumbers={false}
title="Naše odborné služby"
@@ -175,30 +89,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: ShieldCheck,
title: "Záruka kvality",
value: "30 let",
},
{
id: "m2",
icon: Users,
title: "Partneři",
value: "Protherm",
},
{
id: "m3",
icon: Wrench,
title: "Realizace",
value: "Vlastní",
},
{
id: "m4",
icon: Headphones,
title: "Servis",
value: "Odborný",
},
{ id: "m1", icon: ShieldCheck, title: "Záruka kvality", value: "30 let" },
{ id: "m2", icon: Users, title: "Partneři", value: "Protherm" },
{ id: "m3", icon: Wrench, title: "Realizace", value: "Vlastní" },
{ id: "m4", icon: Headphones, title: "Servis", value: "Odborný" },
]}
title="Proč si vybrat nás"
description="Kvalita podložená třemi dekádami praxe."
@@ -207,28 +101,14 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Kotelny",
price: "Realizace",
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg?_wi=5",
},
{
id: "p2",
name: "Rekonstrukce",
price: "Koupelny",
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg?_wi=5",
},
{
id: "p3",
name: "Podlahové topení",
price: "Instalace",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg?_wi=3",
},
{ id: "p1", name: "Kotelny", price: "Realizace", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg" },
{ id: "p2", name: "Rekonstrukce", price: "Koupelny", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg" },
{ id: "p3", name: "Podlahové topení", price: "Instalace", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg" },
]}
title="Naše realizace"
description="Ukázky precizní práce v regionu Zlín."
@@ -238,36 +118,24 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Kontakt"
title="Jsme zde pro Vás"
description="Kontaktujte nás pro nezávaznou poptávku."
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg"
columns={[
{
title: "Kontakt",
items: [
{
label: "Kučerovo nám. 2474, Uherský Brod",
href: "#",
},
{
label: "572 630 536",
href: "tel:+420572630536",
},
{
label: "info@topkovodel.cz",
href: "mailto:info@topkovodel.cz",
},
title: "Kontakt", items: [
{ label: "Kučerovo nám. 2474, Uherský Brod", href: "#" },
{ label: "572 630 536", href: "tel:+420572630536" },
{ label: "info@topkovodel.cz", href: "mailto:info@topkovodel.cz" },
],
},
]}