From 743aa890af7d82a98160bf464efcf72c97758bb8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:58:24 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 65b29b7..8794f8e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,9 +15,11 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "Skytech Drilling | Professional Drilling & Boring Services", description: "Expert drilling, boring, and inspection services. 20+ years experience serving construction and industrial clients.", type: "website", siteName: "Skytech Drilling"}, + title: "Skytech Drilling | Professional Drilling & Boring Services", description: "Expert drilling, boring, and inspection services. 20+ years experience serving construction and industrial clients.", type: "website", siteName: "Skytech Drilling" + }, twitter: { - card: "summary_large_image", title: "Skytech Drilling | Professional Drilling & Boring Services", description: "Expert drilling, boring, and inspection services with 20+ years industry experience."}, + card: "summary_large_image", title: "Skytech Drilling | Professional Drilling & Boring Services", description: "Expert drilling, boring, and inspection services with 20+ years industry experience." + }, }; export default function RootLayout({ -- 2.49.1