fix: resolve all ESLint errors and warnings

This commit is contained in:
AyrisAI
2026-08-23 01:57:30 +03:00
parent f79602122b
commit 230c9a61c4
8 changed files with 16 additions and 121 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
import { motion } from "framer-motion";
import Image from "next/image";
import Link from "next/link";
import { ArrowRight, Phone, MessageCircle } from "lucide-react";
import { ArrowRight, MessageCircle } from "lucide-react";
import { siteConfig } from "@/lib/data";
import { openinaryUrl } from "@/lib/openinary";
@@ -62,7 +62,7 @@ export function Hero() {
className="bg-surface-container-high text-white px-10 py-5 font-headline font-black uppercase tracking-widest text-lg hover:bg-white hover:text-black transition-all rounded-none border-b-2 border-primary/50 flex items-center justify-center gap-3"
>
<MessageCircle className="w-6 h-6" />
WhatsApp'tan Teklif Al
WhatsApp&apos;tan Teklif Al
</button>
</div>
</motion.div>