diff --git a/src/components/pages/home/hero/hero.jsx b/src/components/pages/home/hero/hero.jsx
index 1be49fe6..2860c812 100644
--- a/src/components/pages/home/hero/hero.jsx
+++ b/src/components/pages/home/hero/hero.jsx
@@ -6,10 +6,10 @@ import Button from 'components/shared/button';
import LINKS from 'constants/links';
import buttonClick from 'utils/use-landing-simple-tracking';
-const TITLE = 'The Notification Framework for Developers and Product Teams';
+const TITLE = 'The Javascript-native Notification Framework for Developers';
const DESCRIPTION =
- 'Fully extensible open source notifications infrastructure framework that empowers developers to provide an easy-to-use notifications platform to product teams.';
+ 'Fully extensible open source notifications infrastructure framework for Next.js and more that empowers developers to provide an easy-to-use notifications platform to product teams.';
const Hero = () => (