Skip to content

Commit

Permalink
Merge pull request #4 from GrapesJS/utm
Browse files Browse the repository at this point in the history
Add UTM Tracking for Studio Links. Flip buttons.
  • Loading branch information
artf authored Oct 28, 2024
2 parents a675dc7 + 906d5d0 commit 4e25459
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,36 +50,27 @@ export default function HomePage() {
Next generation tool for building templates without coding
</h2>

<div className="mt-6 md:mt-24 btns-cont">
<div className="mt-6 md:mt-12 btns-cont">
<div className="device-small">
Sorry but your device is too small for the editor. See below for
more information
</div>
<a href="./demo" className="btn try btn-rnd">
Webpage Demo
</a>
<a href="./demo-newsletter-editor" className="btn try btn-rnd">
Newsletter Demo
</a>
<a href="./demo-mjml" className="btn try btn-rnd">
MJML Demo
</a>
<div></div>
<a
href="https://app.grapesjs.com/studio"
href="https://app.grapesjs.com/studio?utm_source=studiotrial&utm_medium=button"
className="btn try btn-rnd btn-studio"
>
<img
src="/assets/images/logos/grapesjs-logo.svg"
className="h-[40px]"
/>
Try GrapesJS Studio <small>(alpha)</small>
Try GrapesJS Studio
</a>

<div className="block mt-5 md:mt-0">
Need to embed the Studio as a white-label editor in your
application?
</div>
<div>
<div className="mb-10">
<a
target="_blank"
href="https://forms.gle/VUycp3rc8iCpbh9k8"
Expand All @@ -88,12 +79,23 @@ export default function HomePage() {
Tell us about your project
</a>
<a
href="https://app.grapesjs.com/dashboard/sdk/licenses"
href="https://app.grapesjs.com/dashboard/sdk/licenses?utm_source=sdk&utm_medium=button"
className="btn btn-rnd !py-1 !px-3 mt-3"
>
Try Studio SDK
</a>
</div>

<div></div>
<a href="./demo" className="btn try btn-rnd">
Webpage Demo
</a>
<a href="./demo-newsletter-editor" className="btn try btn-rnd">
Newsletter Demo
</a>
<a href="./demo-mjml" className="btn try btn-rnd">
MJML Demo
</a>
</div>

<CarbonAd />
Expand Down

0 comments on commit 4e25459

Please sign in to comment.