Skip to content

Commit c32d70e

Browse files
committed
may to june
1 parent 1c4989f commit c32d70e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LongevityWorldCup.Website/wwwroot/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ <h2><i class="fas fa-hourglass-half"></i> Beta Testing Ends In:</h2>
429429
</div>
430430
<p>
431431
<span class="smaller-text">
432-
Beta registration is now open! Start competing today! The official launch is set for May 1, 2025.
432+
Beta registration is now open! Start competing today! The official launch is set for June 1, 2025.
433433
</span>
434434
</p>
435435
</div>
@@ -712,7 +712,7 @@ <h2><i class="fas fa-calendar-alt"></i> Once/Year Newsletter</h2>
712712
// Countdown Timer Script
713713
(function () {
714714
const now = new Date();
715-
const targetDate = new Date(2025, 4, 1, 0, 0, 0).getTime(); // May 1, 2025
715+
const targetDate = new Date(2025, 4, 1, 0, 0, 0).getTime(); // June 1, 2025
716716
const countdownElement = document.getElementById('countdown');
717717
const leaderboardButton = document.getElementById('viewAllAthletesBtn'); // Example element
718718
const leaderboardContent = document.querySelector('.leaderboard-content'); // Replace with actual leaderboard container class or id

0 commit comments

Comments
 (0)