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}</>;
|
||||
}
|
||||
Reference in New Issue
Block a user