fix(lint): resolve eslint warnings, type errors and clean unused code
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user