Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
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" }]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg?_wi=1"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,10 +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" }, 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" } },
|
||||
{ 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" } },
|
||||
{ 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" } },
|
||||
{ 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" } },
|
||||
{ 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=3" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg?_wi=3" } },
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Naše odborné služby"
|
||||
@@ -106,9 +106,9 @@ export default function LandingPage() {
|
||||
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" },
|
||||
{ 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" },
|
||||
{ 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=4" },
|
||||
{ id: "p2", name: "Rekonstrukce", price: "Koupelny", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-interior_23-2151995354.jpg?_wi=4" },
|
||||
{ id: "p3", name: "Podlahové topení", price: "Instalace", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg?_wi=3" },
|
||||
]}
|
||||
title="Naše realizace"
|
||||
description="Ukázky precizní práce v regionu Zlín."
|
||||
@@ -122,14 +122,14 @@ export default function LandingPage() {
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-hammer_1368-6308.jpg?_wi=3"
|
||||
columns={[
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
|
||||
Reference in New Issue
Block a user