fix: resolve all ESLint errors and warnings
This commit is contained in:
+2
-2
@@ -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'tan Teklif Al
|
||||
</button>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user