Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/blogs/asset-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Deploy in the cloud or self-host on your own infrastructure. No vendor lock-in.
</div>
<div class="p-6">
<div class="grid grid-cols-1 gap-3 sm:grid-cols-2">
<a href="https://cloud.magistrala.absmach.eu" class="button-primary !flex !w-full !justify-center !rounded-xl !px-5 !py-3.5 text-sm">Start Free Cloud Trial</a>
<a href="https://github.com/absmach/magistrala" class="button-primary !flex !w-full !justify-center !rounded-xl !px-5 !py-3.5 text-sm">Start for Free </a>
<a href="https://github.com/absmach/magistrala" class="button-secondary !flex !w-full !justify-center !rounded-xl !px-5 !py-3.5 text-sm">Self-Host Open Source (GitHub)</a>
</div>
<p class="mt-4 text-sm text-muted">Need implementation help? <a href="https://www.absmach.eu/docs/magistrala" class="font-semibold text-accent hover:underline">Read the documentation</a> or <a href="https://matrix.to/#/!zhoyNzJKBUyyhHtgPr" class="font-semibold text-accent hover:underline">join the community</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/magistrala/pricing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import FinalCTA from "../../components/FinalCTA.astro";
</p>
<div class="btn-row" style="justify-content:center; margin-top:28px;">
<a
href="https://cloud.magistrala.absmach.eu"
href="https://github.com/absmach/magistrala"
class="btn btn-primary"
target="_blank"
rel="noopener">Start for Free ↗</a
Expand Down
4 changes: 2 additions & 2 deletions src/pages/products/magistrala.astro
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const faqSchema = JSON.stringify({
</p>
<div class="btn-row" style="margin-top:32px;">
<a
href="https://cloud.magistrala.absmach.eu"
href="https://github.com/absmach/magistrala"
class="btn btn-primary"
target="_blank"
rel="noopener">Start for Free ↗</a
Expand Down Expand Up @@ -709,7 +709,7 @@ const faqSchema = JSON.stringify({
</p>
<div class="btn-row" style="justify-content:center;">
<a
href="https://cloud.magistrala.absmach.eu"
href="https://github.com/absmach/magistrala"
class="btn btn-primary"
target="_blank"
rel="noopener">Start for Free ↗</a
Expand Down
2 changes: 1 addition & 1 deletion src/pages/solutions/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const faqSchema =
<p class="lede" style="margin-top:16px;">{sol.description}</p>
<div class="btn-row" style="margin-top:28px;">
<a
href="https://cloud.magistrala.absmach.eu"
href="https://github.com/absmach/magistrala"
target="_blank"
rel="noopener noreferrer"
class="btn btn-primary"
Expand Down
Loading