Merge version_1 into main #1
204
src/app/page.tsx
204
src/app/page.tsx
@@ -31,60 +31,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Domov",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "O nás",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Služby",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Projekty",
|
||||
id: "projects",
|
||||
},
|
||||
{
|
||||
name: "Kontakty",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Domov", id: "home" },
|
||||
{ name: "O nás", id: "about" },
|
||||
{ name: "Služby", id: "services" },
|
||||
{ name: "Projekty", id: "projects" },
|
||||
{ name: "Kontakty", id: "contact" },
|
||||
]}
|
||||
brandName="LH Energy"
|
||||
button={{ text: "Kontakt", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="LH Energy – Inovatívne riešenia v solárnej energetike"
|
||||
description="Sme hrdým členom LH ENERGY GROUP. Poskytujeme inštaláciu solárnych panelov a montážne služby v celej Európe. Váš spoľahlivý partner pre obnoviteľné zdroje."
|
||||
tag="Expert na solárne inštalácie"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-electric-woman-checking-maintenance-solar-cells_1150-4268.jpg",
|
||||
imageAlt: "Inštalácia solárnych panelov",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-electric-woman-checking-maintenance-solar-cells_1150-4268.jpg", imageAlt: "Inštalácia solárnych panelov"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-turbines-by-road-alternative-energy-landscape-progress_169016-68237.jpg",
|
||||
imageAlt: "Solárna farma",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-plant-researchers-conduct-performance-analysis-solar-cells_482257-126750.jpg",
|
||||
imageAlt: "Photovoltaics plant researchers conduct performance analysis",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-30010.jpg",
|
||||
imageAlt: "Man with white helmet near a solar panel",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-investors-evaluate-solar-panels-addressing-issues_482257-123475.jpg",
|
||||
imageAlt: "Investors evaluate solar panels addressing issues",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-turbines-by-road-alternative-energy-landscape-progress_169016-68237.jpg", imageAlt: "Solárna farma"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -111,21 +81,9 @@ export default function LandingPage() {
|
||||
title="Čo robí našu spoluprácu jedinečnou?"
|
||||
description="Zameriavame sa na efektivitu a flexibilitu pre zákazníkov a investorov naprieč Európou."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Časová efektivita",
|
||||
content: "Rýchle nasadenie tímov a včasné dodanie projektov podľa harmonogramu.",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Adaptabilita a flexibilita",
|
||||
content: "Prispôsobíme sa špecifickým podmienkam a požiadavkám každého projektu.",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Montážne služby",
|
||||
content: "Zabezpečujeme montáž spodných konštrukcií aj káblových trás na najvyššej úrovni.",
|
||||
},
|
||||
{ id: "s1", title: "Časová efektivita", content: "Rýchle nasadenie tímov a včasné dodanie projektov podľa harmonogramu." },
|
||||
{ id: "s2", title: "Adaptabilita a flexibilita", content: "Prispôsobíme sa špecifickým podmienkam a požiadavkám každého projektu." },
|
||||
{ id: "s3", title: "Montážne služby", content: "Zabezpečujeme montáž spodných konštrukcií aj káblových trás na najvyššej úrovni." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576465.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -138,24 +96,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Úspešné inštalácie",
|
||||
value: "100+",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Realizované projekty",
|
||||
value: "50+",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Roky skúseností",
|
||||
value: "3",
|
||||
icon: Zap,
|
||||
},
|
||||
{ id: "m1", title: "Úspešné inštalácie", value: "100+", icon: CheckCircle },
|
||||
{ id: "m2", title: "Realizované projekty", value: "50+", icon: Award },
|
||||
{ id: "m3", title: "Roky skúseností", value: "3", icon: Zap },
|
||||
]}
|
||||
title="Naše úspechy"
|
||||
description="Tri roky inovácií a úspešne zrealizovaných inštalácií v Európe."
|
||||
@@ -168,24 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jozef",
|
||||
role: "Senior inžinier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192731.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mária",
|
||||
role: "Projektová manažérka",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-smiling-after-hard-workday_1098-517.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Peter",
|
||||
role: "Vedúci montáže",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/civil-engineer-construction-worker-manager-holding-digital-tablet-blueprints-talking-planing-about-construction-site-cooperation-teamwork-concept_640221-298.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Jozef", role: "Senior inžinier", imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192731.jpg" },
|
||||
{ id: "t2", name: "Mária", role: "Projektová manažérka", imageSrc: "http://img.b2bpic.net/free-photo/co-workers-smiling-after-hard-workday_1098-517.jpg" },
|
||||
{ id: "t3", name: "Peter", role: "Vedúci montáže", imageSrc: "http://img.b2bpic.net/free-photo/civil-engineer-construction-worker-manager-holding-digital-tablet-blueprints-talking-planing-about-construction-site-cooperation-teamwork-concept_640221-298.jpg" },
|
||||
]}
|
||||
title="Náš tím expertov"
|
||||
description="Zoznámte sa s profesionálmi z LH Energy, ktorí zabezpečujú kvalitu vašich solárnych projektov."
|
||||
@@ -198,58 +126,22 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Benedikt Butzer",
|
||||
handle: "Klient",
|
||||
testimonial: "Spolupráca je vždy skvelá. Montáž je na špičkovej úrovni.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Klient 2",
|
||||
handle: "Partner",
|
||||
testimonial: "Profesionálny prístup a spoľahlivosť v každom projekte.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Klient 3",
|
||||
handle: "Investor",
|
||||
testimonial: "Výborná komunikácia a dodržiavanie termínov.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Klient 4",
|
||||
handle: "Manažér",
|
||||
testimonial: "Vždy inovatívne riešenia pre naše solárne parky.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099208.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Klient 5",
|
||||
handle: "Partner",
|
||||
testimonial: "LH Energy odporúčam každému pre európske projekty.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
|
||||
},
|
||||
{ id: "1", name: "Benedikt Butzer", handle: "Klient", testimonial: "Spolupráca je vždy skvelá. Montáž je na špičkovej úrovni.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg" },
|
||||
{ id: "2", name: "Klient 2", handle: "Partner", testimonial: "Profesionálny prístup a spoľahlivosť v každom projekte.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg" },
|
||||
{ id: "3", name: "Klient 3", handle: "Investor", testimonial: "Výborná komunikácia a dodržiavanie termínov.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg" },
|
||||
{ id: "4", name: "Klient 4", handle: "Manažér", testimonial: "Vždy inovatívne riešenia pre naše solárne parky.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099208.jpg" },
|
||||
{ id: "5", name: "Klient 5", handle: "Partner", testimonial: "LH Energy odporúčam každému pre európske projekty.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Čo o nás hovoria klienti"
|
||||
description="Naše referencie hovoria samy za seba."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Rýchly kontakt"
|
||||
description="Máte otázky alebo potrebujete pomoc? Neváhajte nás kontaktovať. Radi vám odpovieme na vaše požiadavky."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-planning-environment-projects_23-2148829325.jpg"
|
||||
@@ -264,45 +156,9 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/helmet-room-black-color-business_1232-4116.jpg"
|
||||
logoText="LH Energy"
|
||||
columns={[
|
||||
{
|
||||
title: "LH Energy",
|
||||
items: [
|
||||
{
|
||||
label: "O nás",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Projekty",
|
||||
href: "#projects",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "+421 948 031 551",
|
||||
href: "tel:+421948031551",
|
||||
},
|
||||
{
|
||||
label: "info@lh-energy.eu",
|
||||
href: "mailto:info@lh-energy.eu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Právne",
|
||||
items: [
|
||||
{
|
||||
label: "GDPR",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Termíny a podmienky",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "LH Energy", items: [{ label: "O nás", href: "#about" }, { label: "Projekty", href: "#projects" }] },
|
||||
{ title: "Kontakt", items: [{ label: "+421 948 031 551", href: "tel:+421948031551" }, { label: "info@lh-energy.eu", href: "mailto:info@lh-energy.eu" }] },
|
||||
{ title: "Právne", items: [{ label: "GDPR", href: "#" }, { label: "Termíny a podmienky", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 LH Energy s.r.o. Všetky práva vyhradené."
|
||||
/>
|
||||
@@ -310,4 +166,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user