From 73d9485605f3aff76ecc099a0f6bb9e97850f638 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Fri, 1 May 2026 14:21:04 -0400 Subject: [PATCH] seo: add Vimeo preconnect, theme-color, ContactPoint schema --- src/app/layout.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ec71fbf..a9416c1 100755 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -128,6 +128,13 @@ const structuredData = { addressRegion: "DC", addressCountry: "US", }, + contactPoint: { + "@type": "ContactPoint", + email: "zgaetano@wilddragon.net", + contactType: "sales", + areaServed: "US", + availableLanguage: "English", + }, }, { "@type": "VideoObject", @@ -154,8 +161,11 @@ export default function RootLayout({ return ( + + +