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
3 changed files with 5 additions and 19 deletions

View File

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

View File

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

View File

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