b
This commit is contained in:
14
app/hizmetler/layout.tsx
Normal file
14
app/hizmetler/layout.tsx
Normal 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}</>;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user