Skip to content

Commit

Permalink
feat: use tally form for sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
joseglego committed Mar 13, 2024
1 parent 85dc305 commit c2d3d11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ export default function Home() {
lanzamientos innovadores. ¿Listo para destacar? ¡Háznoslo saber!
</div>
<div className="mx-auto inline-block">
<Link href="mailto:[email protected]">
<Link
href="https://tally.so/r/mO5j9A"
target="_blank"
rel="noreferrer"
>
Ser Sponsor <Star size={16} />
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const data = [
text: [
"Asóciate con JSConf Chile como patrocinador y posiciona tu marca en la vanguardia de la industria tecnológica. Esta oportunidad única te permite conectar con líderes de pensamiento, ganar una exposición significativa y contribuir al crecimiento de la comunidad tecnológica. Tu apoyo ayuda a fomentar la innovación y conectar con una audiencia diversa.",
],
url: "mailto:[email protected]",
url: "https://tally.so/r/mO5j9A",
actionTitle: "Ser Sponsor",
},
{
Expand Down

0 comments on commit c2d3d11

Please sign in to comment.