Skip to content

Commit

Permalink
Update landing page title
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Apr 2, 2024
1 parent 3481a65 commit c82fabd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<img class="phoneScreenshot" src="/assets/summary-iphone.webp" alt="baseline summary screen" fetchPriority="high" />
</div>
<div class="home-right">
<h1 id="landing-title">better mental health, <br class="heading-break" />within <i>your</i> reach</h1>
<h1 id="landing-title">
take <b><i>charge</i></b> of
<br class="heading-break" />
your mental health</h1>
<p>Start journaling and mood tracking with baseline today.</p>
<p>100% free and private.</p>
<div class="downloadButtonsContainer">
Expand Down Expand Up @@ -260,8 +263,6 @@ <h2>Ready to get started?</h2>
}

posthog.onFeatureFlags(() => {
if (posthog.getFeatureFlag('new-landing-title-ab') === "test") {
document.getElementById("landing-title").innerHTML = `take <b><i>charge</i></b> of <br class="heading-break" /> your mental health`;
}
})

});
</script>

0 comments on commit c82fabd

Please sign in to comment.