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

14
app/hizmetler/layout.tsx Normal file
View File

@@ -0,0 +1,14 @@
import { Metadata } from "next";
export const metadata: Metadata = {
title: "Profesyonel Vinç ve Nakliyat Hizmetlerimiz | Dalaman Muğla",
description: "Mobil vinç, sepetli platform, konteyner taşıma, tekne kaldırma ve ağır nakliyat hizmetlerimizi inceleyin. 7/24 profesyonel çözümler.",
};
export default function ServicesLayout({
children,
}: {
children: React.ReactNode;
}) {
return <>{children}</>;
}

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>