fix(lint): resolve eslint warnings, type errors and clean unused code

This commit is contained in:
mstfyldz
2026-08-23 01:51:51 +03:00
parent b312bc5593
commit 99951328ed
9 changed files with 31 additions and 81 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
import Link from "next/link";
import Image from "next/image";
import { MapPin, Phone, Mail } from "lucide-react";
import { MapPin } from "lucide-react";
import { Locale } from "../dictionaries";
import type { Dictionary } from "@/types/dictionary";
export default function Footer({ lang, dict }: { lang: Locale; dict: any }) {
export default function Footer({ lang, dict }: { lang: Locale; dict: Dictionary["footer"] }) {
return (
<footer className="bg-[var(--color-moy-dark)] text-white pt-16 pb-8 border-t border-gray-800">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">