mirror of
https://github.com/SkyLinkHostingLLC/Website.git
synced 2026-02-22 05:42:23 -05:00
Update layout.tsx
This commit is contained in:
parent
d23ba96db4
commit
03700a7644
1 changed files with 21 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ const geistMono = localFont({
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Skylink Hosting LLC",
|
title: "Skylink Hosting LLC",
|
||||||
description: "Deploy your idea instantly with our VPS, game, and web services, or with our dedicated and colocation services with our optimized premium-blend network.",
|
description:
|
||||||
|
"Deploy your idea instantly with our VPS, game, and web services, or with our dedicated and colocation services with our optimized premium-blend network.",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
@ -25,6 +26,25 @@ export default function RootLayout({
|
||||||
}>) {
|
}>) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
{/* Add the Tawk.to Script */}
|
||||||
|
<script
|
||||||
|
type="text/javascript"
|
||||||
|
dangerouslySetInnerHTML={{
|
||||||
|
__html: `
|
||||||
|
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
|
||||||
|
(function() {
|
||||||
|
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
|
||||||
|
s1.async = true;
|
||||||
|
s1.src = 'https://embed.tawk.to/674f8d3c2480f5b4f5a76749/1ie7bvdph';
|
||||||
|
s1.charset = 'UTF-8';
|
||||||
|
s1.setAttribute('crossorigin', '*');
|
||||||
|
s0.parentNode.insertBefore(s1, s0);
|
||||||
|
})();
|
||||||
|
`,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</head>
|
||||||
<body
|
<body
|
||||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue