From 03700a76446e8b6e234f41d9c20386d3def6d228 Mon Sep 17 00:00:00 2001 From: "Josh S." Date: Tue, 3 Dec 2024 18:41:39 -0500 Subject: [PATCH] Update layout.tsx --- src/app/layout.tsx | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e05021b..b21ad8e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,7 +15,8 @@ const geistMono = localFont({ export const metadata: Metadata = { 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({ @@ -25,6 +26,25 @@ export default function RootLayout({ }>) { return ( + + {/* Add the Tawk.to Script */} +