Update src/app/layout.tsx

This commit is contained in:
2026-03-02 19:28:41 +00:00
parent 79e7fdf9e0
commit 58bc831b21

View File

@@ -5,37 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const dmSans = DM_Sans({ const dmSans = DM_Sans({
variable: "--font-dm-sans", variable: "--font-dm-sans", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Thermal Arc Spray & Coatings | Thermion Inc.", 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: {
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, index: true,
follow: true, follow: true,
}, },
openGraph: { openGraph: {
title: "Thermion Inc. - Thermal Arc Spray Coatings", 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: [
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", 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"},
alt: "Thermal arc spray coating application",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Thermion - Thermal Spray Coatings", description: "Advanced thermal arc spray solutions for industrial protection and performance.", images: [
title: "Thermion - Thermal Spray Coatings", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/an-industrial-thermal-arc-spray-coating--1772479504426-1c68a7dd.png"],
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",
],
}, },
}; };