diff --git a/src/app/(landing)/components/header/index.tsx b/src/app/(landing)/components/header/index.tsx
index f10c60935..69d9dce00 100644
--- a/src/app/(landing)/components/header/index.tsx
+++ b/src/app/(landing)/components/header/index.tsx
@@ -11,6 +11,8 @@ import { joinClasses } from '@/app/(landing)/utils/function';
import LenisManager, { IInstanceOptions } from '@/app/(landing)/utils/scroll';
// import Link from '@/components/gtw-link';
+import { Stack, Typography } from '@mui/material';
+
import Button from '../button';
import ArrowRight2 from '../icons/arrow-right-2';
import styles from './header.module.scss';
@@ -67,6 +69,31 @@ export default function Header() {
)}
ref={navRef}
>
+
+
+
+
+ Product Marketing Engagements can now be found at
+
+
+ tryodyssey.xyz
+
+
+
+
+
{isMobile || isTablet ? (
<>