chore: update Marmaris Local widget snippet

This commit is contained in:
mstfyldz
2026-07-13 14:56:56 +03:00
parent 601bfaf1ae
commit 70340bf732
+7
View File
@@ -151,6 +151,13 @@ export default async function RootLayout({
</head>
<body className="antialiased font-sans">
{children}
<div
data-marmaris-widget="marmaris"
data-limit="3"
data-lang="tr"
style={{ display: 'none' }}
/>
<script src="https://marmarislocal.com/widget.js" async />
</body>
</html>
);