From 58bc831b21d03edf44b1f80458d59be58f4fd9c4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:28:41 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 07a6522..c6d6b1f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,37 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Thermal Arc Spray & Coatings | Thermion Inc.", - description: "Advanced thermal spray coating solutions for corrosion protection, wear resistance, and thermal barriers. 25+ years serving industrial leaders worldwide.", - keywords: "thermal spray, arc spray coating, corrosion protection, wear resistance, industrial coatings, thermal barrier", - robots: { + title: "Thermal Arc Spray & Coatings | Thermion Inc.", description: "Advanced thermal spray coating solutions for corrosion protection, wear resistance, and thermal barriers. 25+ years serving industrial leaders worldwide.", keywords: "thermal spray, arc spray coating, corrosion protection, wear resistance, industrial coatings, thermal barrier", robots: { index: true, follow: true, }, openGraph: { - title: "Thermion Inc. - Thermal Arc Spray Coatings", - description: "Protect your critical infrastructure with precision thermal spray solutions from industry leader Thermion.", - type: "website", - siteName: "Thermion Inc.", - images: [ + title: "Thermion Inc. - Thermal Arc Spray Coatings", description: "Protect your critical infrastructure with precision thermal spray solutions from industry leader Thermion.", type: "website", siteName: "Thermion Inc.", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/an-industrial-thermal-arc-spray-coating--1772479504426-1c68a7dd.png", - alt: "Thermal arc spray coating application", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/an-industrial-thermal-arc-spray-coating--1772479504426-1c68a7dd.png", alt: "Thermal arc spray coating application"}, ], }, twitter: { - card: "summary_large_image", - title: "Thermion - Thermal Spray Coatings", - description: "Advanced thermal arc spray solutions for industrial protection and performance.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/an-industrial-thermal-arc-spray-coating--1772479504426-1c68a7dd.png", - ], + card: "summary_large_image", title: "Thermion - Thermal Spray Coatings", description: "Advanced thermal arc spray solutions for industrial protection and performance.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/an-industrial-thermal-arc-spray-coating--1772479504426-1c68a7dd.png"], }, };