Skip to content

Commit

Permalink
update meetings URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz committed Nov 25, 2024
1 parent e54b6eb commit 389db8d
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 185 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ 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='\$2b\$10\$kvZ2zkq7onj/oyxH4vZLKuO1P3E9QKuRmo9z72pzggRtYWv4fkElC:415fb9ff-a378-42d0-a849-dae7daf49646'
NEXT_PUBLIC_BOOK_MEETING_URL='https://meetings-eu1.hubspot.com/muly/product-review-with-amplication-vp-engineering'
NEXT_PUBLIC_BOOK_MEETING_URL='https://meetings-eu1.hubspot.com/yuval-hazaz'
NEXT_PUBLIC_PURCHASE_URL='http://localhost:3001/'
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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/muly/product-review-with-amplication-vp-engineering'
NEXT_PUBLIC_BOOK_MEETING_URL='https://meetings-eu1.hubspot.com/yuval-hazaz'
NEXT_PUBLIC_PURCHASE_URL='https://app.amplication.com/'


5 changes: 0 additions & 5 deletions components/Header/Menu/menu-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,6 @@ const ABOUT_ITEMS = [
title: 'Company',
url: '/about',

},
{
title: 'Team',
url: '/team',

},
{
title: 'Contact us',
Expand Down
3 changes: 0 additions & 3 deletions components/Sections/About/Steps/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ const Steps = () => {
<h2 className="main-title bracket-box !text-4xl large:!text-[50px] !leading-tight max-w-[400px]">
<span>Who</span> are we?
</h2>
<Link href={'/team'} passHref={true}>
<a className="btn btn-primary btn-lg">Meet Our Team</a>
</Link>
</div>
<div className="col-md-12 col-lg-6">
<div className="feature-description text-sm tablet:text-base desktop:text-lg text-white large:w-[124%] max-w-[642px]">
Expand Down
File renamed without changes.
Loading

0 comments on commit 389db8d

Please sign in to comment.