Update launch date to September 3, 2026
Update the countdown target and all visible launch-date copy to September 3, 2026 at 10 PM GMT.
This commit is contained in:
@@ -45,7 +45,7 @@ export const CommunityCTA: React.FC = () => {
|
||||
id="community-cta-subheading"
|
||||
className="mt-4 text-xl sm:text-2xl lg:text-3xl font-extrabold text-[#00A6DB] dark:text-[#00D7FF] drop-shadow-sm"
|
||||
>
|
||||
BM Alpha launches August 31 at 10 PM GMT.
|
||||
BM Alpha launches September 3 at 10 PM GMT.
|
||||
</p>
|
||||
|
||||
<p className="mt-3 text-slate-700 dark:text-gray-300 text-sm sm:text-base max-w-xl mx-auto font-medium">
|
||||
|
||||
@@ -67,7 +67,7 @@ export const Countdown: React.FC = () => {
|
||||
<span className="w-2 h-2 rounded-full bg-[#FF8C32] animate-ping" />
|
||||
<span className="w-1.5 h-1.5 rounded-full bg-[#FF8C32]" />
|
||||
<span className="text-[10px] font-bold text-[#00A6DB] dark:text-[#00D7FF] tracking-wider">
|
||||
AUG 31, 2026
|
||||
SEP 3, 2026
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -33,7 +33,7 @@ export const HeroSection: React.FC = () => {
|
||||
>
|
||||
<span className="text-sm">🚀</span>
|
||||
<span className="font-display font-black text-xs tracking-widest text-[#00A6DB] dark:text-[#00D7FF]">
|
||||
OFFICIAL LAUNCH: AUGUST 31, 2026 AT 10 PM GMT
|
||||
OFFICIAL LAUNCH: SEPTEMBER 3, 2026 AT 10 PM GMT
|
||||
</span>
|
||||
<span className="inline-block w-2 h-2 rounded-full bg-[#FF8C32] animate-pulse" />
|
||||
</div>
|
||||
@@ -63,7 +63,7 @@ export const HeroSection: React.FC = () => {
|
||||
id="hero-description"
|
||||
className="mt-4 text-base sm:text-lg text-slate-600 dark:text-gray-400 max-w-2xl font-medium"
|
||||
>
|
||||
Built for the community. Powered by memes. Launching August 31, 2026 at 10 PM GMT on Solana.
|
||||
Built for the community. Powered by memes. Launching September 3, 2026 at 10 PM GMT on Solana.
|
||||
</p>
|
||||
|
||||
{/* Primary CTA Buttons */}
|
||||
|
||||
@@ -176,7 +176,7 @@ export const HowToBuySection: React.FC = () => {
|
||||
<ArrowRight className="w-4 h-4 text-black" />
|
||||
</a>
|
||||
<p className="text-[11px] text-center text-slate-500 dark:text-gray-400 mt-2.5">
|
||||
Trading opens on Solana decentralized exchanges upon launch on August 31, 2026 at 10 PM GMT.
|
||||
Trading opens on Solana decentralized exchanges upon launch on September 3, 2026 at 10 PM GMT.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+3
-3
@@ -4,8 +4,8 @@
|
||||
*/
|
||||
|
||||
// Official Launch Date (Configurable in one single place)
|
||||
// Target: August 31, 2026 at 22:00 GMT (UTC)
|
||||
export const LAUNCH_DATE = "2026-08-31T22:00:00Z";
|
||||
// Target: September 3, 2026 at 22:00 GMT (UTC)
|
||||
export const LAUNCH_DATE = "2026-09-03T22:00:00Z";
|
||||
|
||||
// Token Contract Address (Easily replaced once live on Solana mainnet)
|
||||
export const CONTRACT_ADDRESS = "COMING SOON";
|
||||
@@ -25,7 +25,7 @@ export const TOKEN_INFO = {
|
||||
name: "BM Alpha",
|
||||
ticker: "BMALPHA",
|
||||
network: "Solana",
|
||||
launchDateString: "August 31, 2026",
|
||||
launchDateString: "September 3, 2026",
|
||||
totalSupply: "10,000,000,000 BMALPHA",
|
||||
totalSupplyNumber: 10000000000,
|
||||
buySellTax: "0% / 0%",
|
||||
|
||||
Reference in New Issue
Block a user