diff --git a/src/app/page.tsx b/src/app/page.tsx index 62ee4d8..d265a25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
@@ -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() {