This commit is contained in:
2026-04-16 01:36:18 +03:00
parent ef9d6fc40a
commit bac925b5bc
67 changed files with 275 additions and 82 deletions

View File

@@ -31,7 +31,7 @@ const FEATURES = [
];
const STATS = [
{ label: "Max Kapasite", value: "500T", highlighted: true },
{ label: "Max Kapasite", value: "HER TONAJ", highlighted: true },
{ label: "Yıllık Deneyim", value: "15+", highlighted: false },
{ label: "İş Güvenliği", value: "100%", highlighted: false },
{ label: "Aktif Operasyon", value: "24/7", highlighted: true }
@@ -100,7 +100,7 @@ export default function ServicesPage() {
onClick={() => handleWhatsApp(service.title)}
className="flex items-center gap-4 bg-primary text-on-primary px-8 py-4 font-headline font-bold uppercase hover:brightness-110 transition-all group"
>
Teklif Al
WhatsApp ile Teklif Al
<ArrowRight className="w-5 h-5 group-hover:translate-x-2 transition-transform" />
</button>
</div>