/* eslint-disable jsx-a11y/alt-text */
/* eslint-disable @next/next/no-img-element */
"use client";
import type { IconType } from "@/components/ui/lucid-icon/lucid-icon";
import LIcon from "@/components/ui/lucid-icon/lucid-icon";
interface ErrorProps {
message?: string;
clientConfig?: any;
noHtml?: boolean;
}
interface ContactLabelProps {
type: "mailto" | "tel";
icon?: IconType;
label: string;
}
const ContactLabel = ({ type, icon, label }: ContactLabelProps) => {
return (
{icon && (
şu anda sitemiz bakım aşamasında
Anlayışınız için teşekkür ederiz.