Skip to content

Commit

Permalink
Update form button
Browse files Browse the repository at this point in the history
artf committed Jul 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4ec9602 commit bd94065
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -75,20 +75,25 @@ export default function HomePage() {
/>
Try GrapesJS Studio <small>(alpha)</small>
</a>
<a
href="https://forms.gle/VUycp3rc8iCpbh9k8"
target="_blank"
className="block underline mt-5 md:mt-0"
>
<div className="block mt-5 md:mt-0">
Need to embed the Studio as a white-label editor in your
application?
</a>
<a
href="https://app.grapesjs.com/dashboard/sdk/licenses"
className="btn btn-rnd !py-1 !px-3 mt-3"
>
Try Studio SDK
</a>
</div>
<div>
<a
target="_blank"
href="https://forms.gle/VUycp3rc8iCpbh9k8"
className="btn btn-rnd !py-1 !px-3 mt-3"
>
Tell us about your project
</a>
<a
href="https://app.grapesjs.com/dashboard/sdk/licenses"
className="btn btn-rnd !py-1 !px-3 mt-3"
>
Try Studio SDK
</a>
</div>
</div>

<CarbonAd />

0 comments on commit bd94065

Please sign in to comment.