This commit is contained in:
2026-01-16 22:49:00 +01:00
parent 0b23e70fc9
commit f18dd5b0f9
209 changed files with 2921 additions and 2129 deletions

View File

@@ -17,10 +17,10 @@ export default function HomePage() {
muted
loop
playsInline
poster="https://klz-cables.com/wp-content/uploads/2025/02/Still-2025-02-10-104337_1.1.1.webp"
poster="/uploads/2025/02/Still-2025-02-10-104337_1.1.1.webp"
>
<source src="https://klz-cables.com/wp-content/uploads/2025/02/header.webm" type="video/webm" />
<source src="https://klz-cables.com/wp-content/uploads/2025/02/header.mp4" type="video/mp4" />
<source src="/uploads/2025/02/header.webm" type="video/webm" />
<source src="/uploads/2025/02/header.mp4" type="video/mp4" />
</video>
<div className="absolute inset-0 bg-gradient-to-b from-black/10 to-black/40" />
</div>
@@ -49,29 +49,29 @@ export default function HomePage() {
{
title: 'Low Voltage Cables',
desc: 'Powering everyday essentials with reliability and safety.',
img: 'https://klz-cables.com/wp-content/uploads/2024/12/low-voltage-scaled.webp',
icon: 'https://klz-cables.com/wp-content/uploads/2024/11/Low-Voltage.svg',
img: '/uploads/2024/12/low-voltage-scaled.webp',
icon: '/uploads/2024/11/Low-Voltage.svg',
href: '/products/low-voltage-cables'
},
{
title: 'Medium Voltage Cables',
desc: 'The perfect balance between power and performance for industrial and urban grids.',
img: 'https://klz-cables.com/wp-content/uploads/2024/12/medium-voltage-scaled.webp',
icon: 'https://klz-cables.com/wp-content/uploads/2024/11/Medium-Voltage.svg',
img: '/uploads/2024/12/medium-voltage-scaled.webp',
icon: '/uploads/2024/11/Medium-Voltage.svg',
href: '/products/medium-voltage-cables'
},
{
title: 'High Voltage Cables',
desc: 'Delivering maximum power over long distanceswithout compromise.',
img: 'https://klz-cables.com/wp-content/uploads/2025/06/na2xsfl2y-rendered.webp',
icon: 'https://klz-cables.com/wp-content/uploads/2024/11/High-Voltage.svg',
img: '/uploads/2025/06/na2xsfl2y-rendered.webp',
icon: '/uploads/2024/11/High-Voltage.svg',
href: '/products/high-voltage-cables'
},
{
title: 'Solar Cables',
desc: 'Connecting the suns energy to your sustainable future.',
img: 'https://klz-cables.com/wp-content/uploads/2025/04/3.webp',
icon: 'https://klz-cables.com/wp-content/uploads/2024/11/Solar.svg',
img: '/uploads/2025/04/3.webp',
icon: '/uploads/2024/11/Solar.svg',
href: '/products/solar-cables'
}
].map((category, idx) => (
@@ -152,7 +152,7 @@ export default function HomePage() {
loop
playsInline
>
<source src="https://klz-cables.com/wp-content/uploads/2024/12/making-of-metal-cable-on-factory-2023-11-27-04-55-16-utc-2.webm" type="video/mp4" />
<source src="/uploads/2024/12/making-of-metal-cable-on-factory-2023-11-27-04-55-16-utc-2.webm" type="video/mp4" />
</video>
<div className="absolute inset-0 bg-black/50 flex items-center justify-center">
<h2 className="text-3xl md:text-5xl font-bold text-white text-center max-w-4xl px-4 leading-tight">

View File

@@ -10,29 +10,29 @@ export default function ProductsPage() {
{
title: 'Low Voltage Cables',
desc: 'Powering everyday essentials with reliability and safety.',
img: 'https://klz-cables.com/wp-content/uploads/2024/12/low-voltage-scaled.webp',
icon: 'https://klz-cables.com/wp-content/uploads/2024/11/Low-Voltage.svg',
img: '/uploads/2024/12/low-voltage-scaled.webp',
icon: '/uploads/2024/11/Low-Voltage.svg',
href: '/products/low-voltage-cables'
},
{
title: 'Medium Voltage Cables',
desc: 'The perfect balance between power and performance for industrial and urban grids.',
img: 'https://klz-cables.com/wp-content/uploads/2024/12/medium-voltage-scaled.webp',
icon: 'https://klz-cables.com/wp-content/uploads/2024/11/Medium-Voltage.svg',
img: '/uploads/2024/12/medium-voltage-scaled.webp',
icon: '/uploads/2024/11/Medium-Voltage.svg',
href: '/products/medium-voltage-cables'
},
{
title: 'High Voltage Cables',
desc: 'Delivering maximum power over long distances—without compromise.',
img: 'https://klz-cables.com/wp-content/uploads/2025/06/na2xsfl2y-rendered.webp',
icon: 'https://klz-cables.com/wp-content/uploads/2024/11/High-Voltage.svg',
img: '/uploads/2025/06/na2xsfl2y-rendered.webp',
icon: '/uploads/2024/11/High-Voltage.svg',
href: '/products/high-voltage-cables'
},
{
title: 'Solar Cables',
desc: 'Connecting the suns energy to your sustainable future.',
img: 'https://klz-cables.com/wp-content/uploads/2025/04/3.webp',
icon: 'https://klz-cables.com/wp-content/uploads/2024/11/Solar.svg',
img: '/uploads/2025/04/3.webp',
icon: '/uploads/2024/11/Solar.svg',
href: '/products/solar-cables'
}
];

View File

@@ -9,7 +9,7 @@ export default function TeamPage() {
{
name: 'Klaus Mintel',
role: 'Founder & CEO',
image: 'https://klz-cables.com/wp-content/uploads/2024/12/DSC07963-Large.webp',
image: '/uploads/2024/12/DSC07963-Large.webp',
quote: 'Sometimes all it takes is a clear head and a good cable to make the world a little better.',
bio: 'Klaus is the man with the experience, bringing perspective and calm to the table—even when cable chaos threatens to take over. With impressive industry knowledge and a network as solid as our cables, he ensures everything runs smoothly. Klaus isnt just a problem solver; hes a strategic thinker who knows how to get to the point with a touch of humor.',
linkedin: 'https://www.linkedin.com/in/klaus-mintel-b80a8b193/'
@@ -17,7 +17,7 @@ export default function TeamPage() {
{
name: 'Michael Bodemer',
role: 'Technical Director',
image: 'https://klz-cables.com/wp-content/uploads/2024/12/DSC07768-Large.webp',
image: '/uploads/2024/12/DSC07768-Large.webp',
quote: 'Challenges exist to be solved, not to debate how complicated they are.',
bio: 'Michael Bodemer is the go-to guy when things get complicated—and lets face it, thats often the case with cable networks. With sharp insight and a knack for practical solutions, Michael is one of our key players. Hes not just detail-oriented; hes a driving force—whether its in planning, customer interactions, or securing the best cables for every project.',
linkedin: 'https://www.linkedin.com/in/michael-bodemer-33b493122/'
@@ -30,7 +30,7 @@ export default function TeamPage() {
<section className="relative h-[60vh] flex items-center justify-center overflow-hidden bg-neutral-dark">
<div className="absolute inset-0 z-0">
<Image
src="https://klz-cables.com/wp-content/uploads/2024/12/DSC07655-Large.webp"
src="/uploads/2024/12/DSC07655-Large.webp"
alt="KLZ Team"
fill
className="object-cover"
@@ -118,10 +118,10 @@ export default function TeamPage() {
<Container>
<div className="grid grid-cols-2 md:grid-cols-4 gap-4">
{[
'https://klz-cables.com/wp-content/uploads/2024/12/DSC07539-Large-600x400.webp',
'https://klz-cables.com/wp-content/uploads/2024/12/DSC07460-Large-600x400.webp',
'https://klz-cables.com/wp-content/uploads/2024/12/DSC07469-Large-600x400.webp',
'https://klz-cables.com/wp-content/uploads/2024/12/DSC07433-Large-600x400.webp'
'/uploads/2024/12/DSC07539-Large-600x400.webp',
'/uploads/2024/12/DSC07460-Large-600x400.webp',
'/uploads/2024/12/DSC07469-Large-600x400.webp',
'/uploads/2024/12/DSC07433-Large-600x400.webp'
].map((src, idx) => (
<div key={idx} className="relative aspect-video rounded-lg overflow-hidden opacity-80 hover:opacity-100 transition-opacity">
<Image src={src} alt="Team Gallery" fill className="object-cover" />