fix: resolve all ESLint errors and warnings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import { motion } from "framer-motion";
|
||||
import { ArrowRight, MessageCircle } from "lucide-react";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
import { siteConfig } from "@/lib/data";
|
||||
|
||||
export function CTASection() {
|
||||
@@ -41,7 +41,7 @@ export function CTASection() {
|
||||
transition={{ delay: 0.1 }}
|
||||
className="font-body text-lg md:text-2xl text-on-surface-variant leading-relaxed"
|
||||
>
|
||||
Her türlü ağır yük ve yüksek irtifa projeleriniz için profesyonel mühendislik çözümleri sunuyoruz. Dalaman'dan tüm Türkiye'ye 7/24 hizmetinizdeyiz.
|
||||
Her türlü ağır yük ve yüksek irtifa projeleriniz için profesyonel mühendislik çözümleri sunuyoruz. Dalaman'dan tüm Türkiye'ye 7/24 hizmetinizdeyiz.
|
||||
</motion.p>
|
||||
</div>
|
||||
|
||||
@@ -54,7 +54,7 @@ export function CTASection() {
|
||||
onClick={handleWhatsApp}
|
||||
className="bg-primary text-on-primary font-headline font-black uppercase tracking-widest px-12 py-6 text-xl hover:brightness-110 active:scale-95 transition-all rounded-none shadow-[10px_10px_0px_0px_rgba(0,0,0,0.5)] active:shadow-none whitespace-nowrap flex items-center justify-center gap-4 group"
|
||||
>
|
||||
WHATSAPP'TAN TEKLİF ALIN
|
||||
WHATSAPP'TAN TEKLİF ALIN
|
||||
<MessageCircle className="w-6 h-6 group-hover:rotate-12 transition-transform" />
|
||||
</button>
|
||||
<p className="text-center font-label text-[10px] uppercase tracking-widest text-on-surface-variant font-bold">
|
||||
|
||||
Reference in New Issue
Block a user