Servers Marketing: Add Dallas location to globe, change copy to refer to states (#3272)

This commit is contained in:
Prospector
2025-02-19 22:01:11 -08:00
committed by GitHub
parent ca63c09a0d
commit df33ff7f60
2 changed files with 9 additions and 7 deletions

View File

@@ -54,7 +54,8 @@ const locations = ref([
{ name: "New York", lat: 40.7128, lng: -74.006, active: true, clicked: false }, { name: "New York", lat: 40.7128, lng: -74.006, active: true, clicked: false },
{ name: "Los Angeles", lat: 34.0522, lng: -118.2437, active: true, clicked: false }, { name: "Los Angeles", lat: 34.0522, lng: -118.2437, active: true, clicked: false },
{ name: "Miami", lat: 25.7617, lng: -80.1918, active: true, clicked: false }, { name: "Miami", lat: 25.7617, lng: -80.1918, active: true, clicked: false },
{ name: "Seattle", lat: 47.608013, lng: -122.3321, active: true, clicked: false }, { name: "Spokane", lat: 47.667309, lng: -117.411922, active: true, clicked: false },
{ name: "Dallas", lat: 32.78372, lng: -96.7947, active: true, clicked: false },
// Future Locations // Future Locations
// { name: "London", lat: 51.5074, lng: -0.1278, active: false, clicked: false }, // { name: "London", lat: 51.5074, lng: -0.1278, active: false, clicked: false },
// { name: "Frankfurt", lat: 50.1109, lng: 8.6821, active: false, clicked: false }, // { name: "Frankfurt", lat: 50.1109, lng: 8.6821, active: false, clicked: false },

View File

@@ -456,9 +456,10 @@
Where are Modrinth Servers located? Can I choose a region? Where are Modrinth Servers located? Can I choose a region?
</summary> </summary>
<p class="m-0 !leading-[190%]"> <p class="m-0 !leading-[190%]">
Currently, Modrinth Servers are located in New York, Los Angeles, Seattle, and Currently, Modrinth Servers are located throughout the United States in New York,
Miami. More regions are coming soon! Your server's location is currently chosen Los Angelas, Dallas, Miami, and Spokane. More regions are coming soon! Your server's
algorithmically, but you will be able to choose a region in the future. location is currently chosen algorithmically, but you will be able to choose a
region in the future.
</p> </p>
</details> </details>
@@ -539,9 +540,9 @@
<p <p
class="relative m-0 max-w-xl text-base font-normal leading-[155%] text-secondary md:text-[18px]" class="relative m-0 max-w-xl text-base font-normal leading-[155%] text-secondary md:text-[18px]"
> >
With strategically placed servers in New York, Los Angeles, Seattle, and Miami, we With strategically placed servers in New York, California, Texas, Florida, and
ensure low latency connections for players across North America. Each location is Washington, we ensure low latency connections for players across North America.
equipped with high-performance hardware and DDoS protection. Each location is equipped with high-performance hardware and DDoS protection.
</p> </p>
</div> </div>