wip
This commit is contained in:
@@ -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 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 sun’s 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">
|
||||
|
||||
Reference in New Issue
Block a user