chore: revert to raw widget in layout
This commit is contained in:
@@ -5,7 +5,6 @@ import { NextIntlClientProvider } from 'next-intl';
|
|||||||
import { getMessages, setRequestLocale } from 'next-intl/server';
|
import { getMessages, setRequestLocale } from 'next-intl/server';
|
||||||
import { routing } from '@/i18n/routing';
|
import { routing } from '@/i18n/routing';
|
||||||
import { notFound } from 'next/navigation';
|
import { notFound } from 'next/navigation';
|
||||||
import { MarmarisWidget } from '@/components/MarmarisWidget';
|
|
||||||
import "../globals.css";
|
import "../globals.css";
|
||||||
|
|
||||||
const cormorant = Cormorant_Garamond({
|
const cormorant = Cormorant_Garamond({
|
||||||
@@ -58,8 +57,14 @@ export default async function LocaleLayout({
|
|||||||
{/* VPS Panel Analytics */}
|
{/* VPS Panel Analytics */}
|
||||||
<Script src="https://panel.ayris.tech/api/analytics/script" data-domain="http://menu.moybeachakyaka.com" strategy="afterInteractive" />
|
<Script src="https://panel.ayris.tech/api/analytics/script" data-domain="http://menu.moybeachakyaka.com" strategy="afterInteractive" />
|
||||||
|
|
||||||
<MarmarisWidget locale={locale} style={{ display: "none" }} />
|
<div
|
||||||
</body>
|
data-marmaris-widget="marmaris"
|
||||||
|
data-limit="3"
|
||||||
|
data-lang="tr"
|
||||||
|
data-neighborhood=""
|
||||||
|
style={{ display: 'none' }}
|
||||||
|
/>
|
||||||
|
<script src="https://marmarislocal.com/widget.js" async /> </body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user