import Link from 'next/link'; import { colors } from '@/lib/colors'; export default function WebklarLogoHeader() { return (
Webklar
); }