Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 11:47:54 +00:00

View File

@@ -10,7 +10,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Building2, Clock, Server, Settings, ShieldCheck, Wrench, Zap } from "lucide-react";
import { Award, Building2, Clock, Cpu, Server, ShieldCheck, Wrench, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,69 +30,29 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Domov",
id: "hero",
},
{
name: "O nás",
id: "about",
},
{
name: "Služby",
id: "features",
},
{
name: "Projekty",
id: "projects",
},
{
name: "Kontakt",
id: "contact",
},
{ name: "Domov", id: "hero" },
{ name: "O nás", id: "about" },
{ name: "Služby", id: "features" },
{ name: "Projekty", id: "projects" },
{ name: "Kontakt", id: "contact" },
]}
brandName="PPA CONTROLL"
button={{
text: "Kontaktujte nás",
href: "#contact",
}}
button={{ text: "Kontaktujte nás", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Spoľahlivá automatizácia pre váš priemysel"
description="PPA CONTROLL, a.s. prináša špičkové riešenia v oblasti priemyselného riadenia a automatizácie. Zvyšujeme efektivitu vašej výroby."
buttons={[
{
text: "Kontaktujte nás",
href: "#contact",
},
]}
buttons={[{ text: "Kontaktujte nás", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-modern-factory-setting_23-2151977854.jpg?_wi=1",
imageAlt: "Priemyselná automatizácia",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-62374.jpg?_wi=1",
imageAlt: "Logické riadenie",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/engineer-photovoltaics-factory-calibrating-robotic-arms-pc_482257-125862.jpg",
imageAlt: "Produkčný závod",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/team-leader-doing-induction-new-trainees-industry-40-photovoltaics-plant_482257-126721.jpg?_wi=1",
imageAlt: "Riadiace systémy",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/steel-chrome-machines-with-shafts_645730-270.jpg?_wi=1",
imageAlt: "Robotické linky",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-modern-factory-setting_23-2151977854.jpg", imageAlt: "Priemyselná automatizácia" },
{ imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-62374.jpg", imageAlt: "Logické riadenie" },
{ imageSrc: "http://img.b2bpic.net/free-photo/engineer-photovoltaics-factory-calibrating-robotic-arms-pc_482257-125862.jpg", imageAlt: "Produkčný závod" },
{ imageSrc: "http://img.b2bpic.net/free-photo/team-leader-doing-induction-new-trainees-industry-40-photovoltaics-plant_482257-126721.jpg", imageAlt: "Riadiace systémy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-chrome-machines-with-shafts_645730-270.jpg", imageAlt: "Robotické linky" }
]}
mediaAnimation="slide-up"
/>
@@ -103,21 +63,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="O nás"
metrics={[
{
icon: Building2,
label: "Roky skúseností",
value: "30+",
},
{
icon: Award,
label: "Hodnotenie zákazníkov",
value: "4.3/5",
},
{
icon: Settings,
label: "Zrealizované projekty",
value: "500+",
},
{ icon: Building2, label: "Roky skúseností", value: "30+" },
{ icon: Award, label: "Hodnotenie zákazníkov", value: "4.3/5" },
{ icon: Settings, label: "Zrealizované projekty", value: "500+" },
]}
metricsAnimation="slide-up"
/>
@@ -130,54 +78,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Automatizácia procesov",
description: "Návrh a implementácia moderných riadiacich systémov.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/team-leader-doing-induction-new-trainees-industry-40-photovoltaics-plant_482257-126721.jpg?_wi=2",
imageAlt: "Automatizácia",
},
title: "Automatizácia procesov", description: "Návrh a implementácia moderných riadiacich systémov.", media: { imageSrc: "http://img.b2bpic.net/free-photo/team-leader-doing-induction-new-trainees-industry-40-photovoltaics-plant_482257-126721.jpg", imageAlt: "Automatizácia" },
items: [
{
icon: Cpu,
text: "PLC programovanie",
},
{
icon: Zap,
text: "Systémová integrácia",
},
{
icon: Server,
text: "SCADA systémy",
},
{ icon: Cpu, text: "PLC programovanie" },
{ icon: Zap, text: "Systémová integrácia" },
{ icon: Server, text: "SCADA systémy" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-modern-factory-setting_23-2151977854.jpg?_wi=2",
imageAlt: "industrial automation plant modern",
reverse: false
},
{
title: "Servis a údržba",
description: "Zabezpečujeme 24/7 servis a preventívnu údržbu.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/steel-chrome-machines-with-shafts_645730-270.jpg?_wi=2",
imageAlt: "Servis",
},
title: "Servis a údržba", description: "Zabezpečujeme 24/7 servis a preventívnu údržbu.", media: { imageSrc: "http://img.b2bpic.net/free-photo/steel-chrome-machines-with-shafts_645730-270.jpg", imageAlt: "Servis" },
items: [
{
icon: Wrench,
text: "Pravidelné kontroly",
},
{
icon: Clock,
text: "Non-stop pohotovosť",
},
{
icon: ShieldCheck,
text: "Bezpečnostný audit",
},
{ icon: Wrench, text: "Pravidelné kontroly" },
{ icon: Clock, text: "Non-stop pohotovosť" },
{ icon: ShieldCheck, text: "Bezpečnostný audit" },
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-62374.jpg?_wi=2",
imageAlt: "industrial automation electronics close up",
reverse: true
},
]}
title="Naše služby"
@@ -192,42 +108,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Riadenie linky 1",
price: "Kompletné riešenie",
imageSrc: "http://img.b2bpic.net/free-photo/team-leader-doing-induction-new-trainees-industry-40-photovoltaics-plant_482257-126721.jpg?_wi=3",
},
{
id: "p2",
name: "Modernizácia rozvádzačov",
price: "Revízia",
imageSrc: "http://img.b2bpic.net/free-photo/steel-chrome-machines-with-shafts_645730-270.jpg?_wi=3",
},
{
id: "p3",
name: "PLC systém pre automotive",
price: "Integrácia",
imageSrc: "http://img.b2bpic.net/free-photo/male-expert-uses-tablet-with-chroma-key-display-leveraging-dashboards_482257-126212.jpg?_wi=1",
},
{
id: "p4",
name: "SCADA implementácia",
price: "Vizualizácia",
imageSrc: "http://img.b2bpic.net/free-photo/team-leader-doing-induction-new-trainees-industry-40-photovoltaics-plant_482257-126721.jpg?_wi=4",
},
{
id: "p5",
name: "Priemyselné senzory",
price: "Senzorika",
imageSrc: "http://img.b2bpic.net/free-photo/steel-chrome-machines-with-shafts_645730-270.jpg?_wi=4",
},
{
id: "p6",
name: "Údržba strojov",
price: "Pravidelný servis",
imageSrc: "http://img.b2bpic.net/free-photo/male-expert-uses-tablet-with-chroma-key-display-leveraging-dashboards_482257-126212.jpg?_wi=2",
},
{ id: "p1", name: "Riadenie linky 1", price: "Kompletné riešenie", imageSrc: "http://img.b2bpic.net/free-photo/team-leader-doing-induction-new-trainees-industry-40-photovoltaics-plant_482257-126721.jpg" },
{ id: "p2", name: "Modernizácia rozvádzačov", price: "Revízia", imageSrc: "http://img.b2bpic.net/free-photo/steel-chrome-machines-with-shafts_645730-270.jpg" },
{ id: "p3", name: "PLC systém pre automotive", price: "Integrácia", imageSrc: "http://img.b2bpic.net/free-photo/male-expert-uses-tablet-with-chroma-key-display-leveraging-dashboards_482257-126212.jpg" },
{ id: "p4", name: "SCADA implementácia", price: "Vizualizácia", imageSrc: "http://img.b2bpic.net/free-photo/team-leader-doing-induction-new-trainees-industry-40-photovoltaics-plant_482257-126721.jpg" },
{ id: "p5", name: "Priemyselné senzory", price: "Senzorika", imageSrc: "http://img.b2bpic.net/free-photo/steel-chrome-machines-with-shafts_645730-270.jpg" },
{ id: "p6", name: "Údržba strojov", price: "Pravidelný servis", imageSrc: "http://img.b2bpic.net/free-photo/male-expert-uses-tablet-with-chroma-key-display-leveraging-dashboards_482257-126212.jpg" },
]}
title="Referencie a projekty"
description="Ukážky našich úspešne zrealizovaných priemyselných riešení."
@@ -240,41 +126,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ján Novák",
handle: "Automotive s.r.o.",
testimonial: "Profesionálny prístup a rýchla implementácia systémov.",
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
},
{
id: "2",
name: "Mária Horváthová",
handle: "Industry Tech",
testimonial: "Spoľahlivý partner pre našu výrobu.",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg",
},
{
id: "3",
name: "Peter Kováč",
handle: "Logistics SK",
testimonial: "Vynikajúci servis a podpora.",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg",
},
{
id: "4",
name: "Eva Slováková",
handle: "Energy Control",
testimonial: "Veľmi spokojní s riešením automatizácie.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg",
},
{
id: "5",
name: "Michal Černý",
handle: "Factory Solutions",
testimonial: "Vysoká technická odbornosť a efektivita.",
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-giving-presentation-group-industrial-workers-factory_637285-4792.jpg",
},
{ id: "1", name: "Ján Novák", handle: "Automotive s.r.o.", testimonial: "Profesionálny prístup a rýchla implementácia systémov.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg" },
{ id: "2", name: "Mária Horváthová", handle: "Industry Tech", testimonial: "Spoľahlivý partner pre našu výrobu.", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg" },
{ id: "3", name: "Peter Kováč", handle: "Logistics SK", testimonial: "Vynikajúci servis a podpora.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg" },
{ id: "4", name: "Eva Slováková", handle: "Energy Control", testimonial: "Veľmi spokojní s riešením automatizácie.", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg" },
{ id: "5", name: "Michal Černý", handle: "Factory Solutions", testimonial: "Vysoká technická odbornosť a efektivita.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-giving-presentation-group-industrial-workers-factory_637285-4792.jpg" },
]}
title="Čo hovoria naši klienti"
description="Naši klienti oceňujú profesionálny prístup a kvalitu."
@@ -284,9 +140,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="PPA CONTROLL"
title="Kontaktujte nás"
description="Vajnorská 137, Bratislava | 02/492 371 11"
@@ -297,43 +151,13 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "O nás",
items: [
{
label: "História",
href: "#about",
},
{
label: "Referencie",
href: "#projects",
},
],
title: "O nás", items: [{ label: "História", href: "#about" }, { label: "Referencie", href: "#projects" }],
},
{
title: "Služby",
items: [
{
label: "Automatizácia",
href: "#features",
},
{
label: "Servis",
href: "#features",
},
],
title: "Služby", items: [{ label: "Automatizácia", href: "#features" }, { label: "Servis", href: "#features" }],
},
{
title: "Kontakt",
items: [
{
label: "Adresa",
href: "#contact",
},
{
label: "Telefón",
href: "#contact",
},
],
title: "Kontakt", items: [{ label: "Adresa", href: "#contact" }, { label: "Telefón", href: "#contact" }],
},
]}
logoText="PPA CONTROLL, a.s."