wip
This commit is contained in:
@@ -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 isn’t just a problem solver; he’s 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 let’s face it, that’s often the case with cable networks. With sharp insight and a knack for practical solutions, Michael is one of our key players. He’s not just detail-oriented; he’s a driving force—whether it’s 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" />
|
||||
|
||||
Reference in New Issue
Block a user