b
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { Metadata, Viewport } from "next";
|
||||
import { Inter, Playfair_Display } from "next/font/google";
|
||||
import "../globals.css";
|
||||
import Script from "next/script";
|
||||
import Navbar from "@/components/Navbar";
|
||||
import Footer from "@/components/Footer";
|
||||
import WhatsAppButton from "@/components/WhatsAppButton";
|
||||
@@ -122,6 +123,9 @@ export default async function RootLayout({
|
||||
className={`${inter.variable} ${playfair.variable} h-full antialiased scroll-smooth`}
|
||||
suppressHydrationWarning
|
||||
>
|
||||
<head>
|
||||
<Script defer src="https://panel.ayris.tech/api/analytics/script" data-domain="kitebeachakyaka.com.tr" strategy="afterInteractive" />
|
||||
</head>
|
||||
<body className="min-h-full flex flex-col bg-background text-foreground" suppressHydrationWarning>
|
||||
<script
|
||||
type="application/ld+json"
|
||||
|
||||
Reference in New Issue
Block a user