Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit 112242c

Browse files
committed
feat: Update ContactPage to use Discord instead of Telegram for support
fix: Enhance Minecraft hosting service description with specific hardware details feat: Add AMD Ryzen 9 7900X specifications to service features across multiple components feat: Improve Services component to include additional features for Minecraft and VPS plans feat: Expand Footer component with new social media links for YouTube and TikTok refactor: Revamp MinecraftPlans component to support annual billing and display pricing dynamically refactor: Update VpsPlans component to enhance pricing display and add promotional tags fix: Refine AuthContext to handle new login methods and improve error handling feat: Implement WebSocket proxy with enhanced error handling and logging feat: Update auth API routes for Discord and Google login with proper redirection and error handling
1 parent 921e52a commit 112242c

File tree

20 files changed

+772
-627
lines changed

20 files changed

+772
-627
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
API_URL=https://system-api.firehosting.com.br
2-
NEXT_PUBLIC_API_URL=https://system-api.firehosting.com.br
1+
API_URL=https://api-dev.firehosting.com.br
2+
NEXT_PUBLIC_API_URL=https://api-dev.firehosting.com.br
33
NEXT_PUBLIC_SOCKET_URL=https://firehosting-socket.squareweb.app
44
NEXT_PUBLIC_CENTRAL_URL=https://central.firehosting.com.br

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"api": {
3-
"baseUrl": "https://system-api.firehosting.com.br",
3+
"baseUrl": "https://api-dev.firehosting.com.br",
44
"authKey": "CjYYooDNiVgzWBJPNlYyIUfoxJRtLozDFiTAoHdQuPAnxFEAuK"
55
}
66
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"next": "^15.3.5",
2323
"next-themes": "^0.2.1",
2424
"react": "^18.2.0",
25+
"react-countup": "^6.5.3",
2526
"react-dom": "^18.2.0",
2627
"react-icons": "^4.11.0"
2728
},

0 commit comments

Comments
 (0)