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 = () => (
@@ -23,22 +23,22 @@ const Hero = () => (

diff --git a/src/components/pages/home/skinny-cta/skinnycta.jsx b/src/components/pages/home/skinny-cta/skinnycta.jsx index 0feb96e4..8dca3a1d 100644 --- a/src/components/pages/home/skinny-cta/skinnycta.jsx +++ b/src/components/pages/home/skinny-cta/skinnycta.jsx @@ -72,13 +72,13 @@ const SkinnyCTA = () => { /> diff --git a/src/constants/links.js b/src/constants/links.js index 5b6b8171..32dbcf3a 100644 --- a/src/constants/links.js +++ b/src/constants/links.js @@ -135,7 +135,11 @@ export default { target: '_blank', }, contactUs: { - to: '/sections/content-3?utm_campaign=website', + to: '/contact-us?utm_campaign=website', + target: '_blank', + }, + contactUsCTA: { + to: '/contact-us?utm_campaign=homeCTA', target: '_blank', }, getStarted: {