Update servers marketing page (#3399)

Co-authored-by: Jai Agrawal <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
Prospector 2025-03-13 19:19:40 -07:00 committed by GitHub
parent eccd852426
commit b665c17be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 19 deletions

View File

@ -62,7 +62,6 @@
<BoxIcon aria-hidden="true" /> Manage your servers
</nuxt-link>
</ButtonStyled>
<UiServersPoweredByPyro class="mx-0 !mt-0" />
</div>
</div>
</div>
@ -209,9 +208,7 @@
<polygon points="13 19 22 12 13 5 13 19" />
<polygon points="2 19 11 12 2 5 2 19" />
</svg>
<h2 class="m-0 text-lg font-bold">
Experience modern, reliable hosting powered by Pyro
</h2>
<h2 class="m-0 text-lg font-bold">Experience modern, reliable hosting</h2>
<h3 class="m-0 text-base font-normal text-secondary">
Modrinth Servers are hosted on
<span class="text-contrast">2023 Ryzen 7/9 CPUs with DDR5 RAM</span>, running on
@ -223,15 +220,8 @@
<ServerIcon class="size-8 text-brand" />
<h2 class="m-0 text-lg font-bold">Consistently fast</h2>
<h3 class="m-0 text-base font-normal text-secondary">
Under Pyro, infrastructure is never overloaded, meaning each Modrinth server always
runs at its full performance.
<a
class="mt-2 flex items-center gap-2 font-medium text-contrast transition-all hover:gap-3"
href="https://status.pyro.host/"
target="_blank"
>
See the infrastructure <RightArrowIcon class="flex-none" />
</a>
Our infrastructure is never overloaded, meaning each server hosted with Modrinth
always runs at its full performance.
</h3>
</div>
</div>
@ -443,8 +433,8 @@
</summary>
<p class="m-0 !leading-[190%]">
Yes. All Modrinth Servers come with DDoS protection. Protection is powered by a
combination of in-house network filtering by Pyro as well as with our data center
provider. Your server is safe on Modrinth.
combination of in-house network filtering as well as with our data center provider.
Your server is safe on Modrinth.
</p>
</details>

View File

@ -381,8 +381,6 @@
@reinstall="onReinstall"
/>
</div>
<UiServersPoweredByPyro />
</div>
</div>
</template>

View File

@ -109,8 +109,6 @@
<p class="text-contrast">No servers found.</p>
</div>
</template>
<UiServersPoweredByPyro />
</div>
</template>