import { useTranslations } from 'next-intl'; import { Section, Container } from '@/components/ui'; import Image from 'next/image'; export default function TeamPage() { const t = useTranslations('Navigation'); const teamMembers = [ { name: 'Klaus', role: 'Founder & CEO', image: '/media/team/klaus.jpg', // Placeholder path bio: 'With decades of experience in the cable industry, Klaus leads KLZ with a vision for quality and innovation.' }, { name: 'Michael', role: 'Technical Director', image: '/media/team/michael.jpg', // Placeholder path bio: 'Expert in high-voltage systems and technical planning, ensuring every project meets the highest standards.' }, // Add more team members as needed ]; return (
Meet the experts behind KLZ Cables. We are a dedicated team of professionals committed to powering your success.
{member.role}
{member.bio}