Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
use opnform for trial
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Sep 23, 2023
1 parent ba6d8d6 commit c784575
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
18 changes: 4 additions & 14 deletions src/pages/en/trial.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,15 @@ import Sectionhead from "@components/sectionhead.astro";
---

<Layout title="Trial">
<Container class="p-16 lg:p-24">
<Container class="">
<Sectionhead>
<Fragment slot="title">Free trial</Fragment>
<Fragment slot="desc">
Start your free 30-days today - No credit card required
</Fragment>
</Sectionhead>
<main>
<script
charset="utf-8"
type="text/javascript"
src="//js-eu1.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
region: "eu1",
portalId: "25949168",
formId: "c8bab735-3ee9-4da8-91ac-5c774d7578c9",
});
</script>
</main>
<div class="py-4">
<iframe style="border:none;width:100%;" height="750px" src="https://opnform.com/forms/trial-form-pvte4j"></iframe>
</div>
</Container>
</Layout>
19 changes: 4 additions & 15 deletions src/pages/fr/trial.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,13 @@ import Sectionhead from "@components/sectionhead.astro";
---

<Layout title="Trial">
<Container class=" p-16">
<Container class="">
<Sectionhead>
<Fragment slot="title">Essai gratuit</Fragment>
<Fragment slot="desc">Démarrez votre essai de 30 jours dès aujourd'hui. Carte bancaire non requise.</Fragment>
</Sectionhead>
<main>
<script
charset="utf-8"
type="text/javascript"
src="//js-eu1.hsforms.net/forms/embed/v2.js"
></script>
<script>
hbspt.forms.create({
region: "eu1",
portalId: "25949168",
formId: "9b57ea10-e409-455e-9451-8a3a60736490",
});
</script>
</main>
<div class="py-4">
<iframe style="border:none;width:100%;" height="750px" src="https://opnform.com/forms/trial-form-pvte4j-1"></iframe>
</div>
</Container>
</Layout>

0 comments on commit c784575

Please sign in to comment.