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 (
+ + +