From c9a27e2b4e5cff9b6e0562cae39f595795ce26b5 Mon Sep 17 00:00:00 2001 From: Yuval Hazaz Date: Tue, 23 Jan 2024 16:43:48 +0200 Subject: [PATCH] feat:update link to book a demo (#447) * feat:update link to book a demo * feat:update link to book a demo * update meeting URL --- .env.development | 3 ++- .env.production | 2 +- components/Sections/About/StartNow/index.jsx | 11 ++++++----- components/Sections/Enterprise/Hero/index.jsx | 6 +++++- .../Sections/Enterprise/HeroBlock/index.jsx | 6 +++++- .../Sections/Modernization/Hero/index.jsx | 6 +++++- .../ModernizationValues2/index.jsx | 6 +++++- .../Sections/Pricing/PricingPlans/index.jsx | 4 ++-- pages/application-modernization.js | 2 +- pages/enterprise.js | 19 +++++++++++++------ 10 files changed, 45 insertions(+), 20 deletions(-) diff --git a/.env.development b/.env.development index c7189d33..7d0e42e8 100644 --- a/.env.development +++ b/.env.development @@ -8,4 +8,5 @@ NEXT_PRIVATE_HUBSPOT_PAT='' NEXT_PRIVATE_BLOG_SERVER_URL='https://blog-api.amplication-staging.com' #NEXT_PRIVATE_BLOG_SERVER_URL='http://localhost:3000' NEXT_PRIVATE_PLUGIN_API_URL='https://plugin-api.amplication.com' -NEXT_PUBLIC_BILLING_API_KEY='client-d3f38201-ed3a-4aea-af1d-1db1ad976ec0:415fb9ff-a378-42d0-a849-dae7daf49646' \ No newline at end of file +NEXT_PUBLIC_BILLING_API_KEY='client-d3f38201-ed3a-4aea-af1d-1db1ad976ec0:415fb9ff-a378-42d0-a849-dae7daf49646' +NEXT_PUBLIC_BOOK_MEETING_URL='https://meetings-eu1.hubspot.com/oalaluf/meet-with-oren' diff --git a/.env.production b/.env.production index 4718cbcb..ff874a72 100644 --- a/.env.production +++ b/.env.production @@ -8,7 +8,7 @@ NEXT_PRIVATE_HUBSPOT_PAT='' NEXT_PRIVATE_BLOG_SERVER_URL='https://blog-api.amplication.com' NEXT_PRIVATE_PLUGIN_API_URL='https://plugin-api.amplication.com' NEXT_PUBLIC_BILLING_API_KEY='client-d3f38201-ed3a-4aea-af1d-1db1ad976ec0:415fb9ff-a378-42d0-a849-dae7daf49646' - +NEXT_PUBLIC_BOOK_MEETING_URL='https://meetings-eu1.hubspot.com/oalaluf/meet-with-oren' diff --git a/components/Sections/About/StartNow/index.jsx b/components/Sections/About/StartNow/index.jsx index 87e65a33..6a697064 100644 --- a/components/Sections/About/StartNow/index.jsx +++ b/components/Sections/About/StartNow/index.jsx @@ -16,9 +16,9 @@ const StartNow = () => { }); }, []); - const handleContactUsClick = useCallback(() => { + const handleBookDemoClick = useCallback(() => { analytics.event({ - action: 'contactUsClicked', + action: 'bookDemoClicked', params: { buttonLocation: 'footer', }, @@ -44,11 +44,12 @@ const StartNow = () => {