Skip to content

Commit

Permalink
Restore calendly (#146)
Browse files Browse the repository at this point in the history
* Revert "Hide Calendly for now (#144)"

This reverts commit 32ccf62.

* TriliTech Developer Success team
  • Loading branch information
timothymcmackin authored Nov 2, 2023
1 parent 32ccf62 commit 0c803fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ export default function Home() {
<HomepageHeader />
<main>
<HomepageFeatures />
{/* <div className={clsx(styles.text__booking)}>
<div className={clsx(styles.text__booking)}>
<h1 className={clsx(styles.homeTitle)}>We are here <span className={clsx(styles.homeTitleBlue)}>for you</span></h1>
<p className={clsx(styles.homeContent)}>Book a 15 min, 1 to 1 session hosted by the Tezos Developer Success team to discuss and answer your technical questions.</p>
</div> */}
{/* <CalendlyEmbed /> */}
<p className={clsx(styles.homeContent)}>Book a 15 min, 1 to 1 session hosted by the TriliTech Developer Success team to discuss and answer your technical questions.</p>
</div>
<CalendlyEmbed />
<BuildSection />
</main>
<Footer />
Expand Down

0 comments on commit 0c803fb

Please sign in to comment.