fix(landing): remove Twilio claims, add BRL pricing, add SEO tags
Deploy / Build & Push (Prod) (push) Successful in 6s
Deploy / Deploy Staging (push) Successful in 4s
Deploy / Deploy Prod (push) Successful in 3s

- Replace "via Twilio" with "coming soon" in both EN and PT-BR
- Add R$59/seat reference to EN pricing card
- Add OG tags, Twitter Card, canonical URL to both versions
- Add robots.txt and sitemap.xml
This commit is contained in:
2026-04-21 16:09:51 -03:00
parent 8c6cb67b1a
commit a24b5bcb00
4 changed files with 52 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://batida.io/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://batida.io/pt-br</loc>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
</urlset>