From ab8b645214486e5131cbda5dc6207484d5245f6e Mon Sep 17 00:00:00 2001
From: Justin Nemmers
Date: Fri, 26 Jul 2024 07:13:24 -0400
Subject: [PATCH] chore: update hero and CTAs (#242)
Updated Hero text, moved several homepage CTAs to "Contact Us" instead
of book a meeting.
---
src/components/pages/home/hero/hero.jsx | 16 ++++++++--------
.../pages/home/skinny-cta/skinnycta.jsx | 4 ++--
src/constants/links.js | 6 +++++-
3 files changed, 15 insertions(+), 11 deletions(-)
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 = () => (