Update launch date to August 31, 2026

Set the BM Alpha launch countdown and public-facing launch details to August 31, 2026 at 10 PM GMT.
This commit is contained in:
2026-08-25 11:37:28 +02:00
parent 3fa0497b17
commit 489f7c8463
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
BM Alpha (`$BMALPHA`) is a launch landing page for the BirthdayMessaging community. It brings the launch countdown, token details, tokenomics, buying guide, and community links into one responsive web experience. BM Alpha (`$BMALPHA`) is a launch landing page for the BirthdayMessaging community. It brings the launch countdown, token details, tokenomics, buying guide, and community links into one responsive web experience.
**Launch:** August 24, 2026 at 12:00 UTC **Launch:** August 31, 2026 at 10:00 PM GMT
**Network:** Solana **Network:** Solana
**Contract address:** Coming soon **Contract address:** Coming soon
+2 -2
View File
@@ -4,8 +4,8 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BM Alpha ($BMALPHA) — BirthdayMessaging Meme Coin on Solana</title> <title>BM Alpha ($BMALPHA) — BirthdayMessaging Meme Coin on Solana</title>
<meta name="description" content="BM Alpha is the community-powered meme coin from BirthdayMessaging launching August 24, 2026 on Solana. Built for the community, powered by memes." /> <meta name="description" content="BM Alpha is the community-powered meme coin from BirthdayMessaging launching August 31, 2026 at 10 PM GMT on Solana. Built for the community, powered by memes." />
<meta property="og:title" content="BM Alpha ($BMALPHA) — Launching August 24, 2026" /> <meta property="og:title" content="BM Alpha ($BMALPHA) — Launching August 31, 2026" />
<meta property="og:description" content="The community-powered meme coin from BirthdayMessaging. Fast, fun, and built on Solana." /> <meta property="og:description" content="The community-powered meme coin from BirthdayMessaging. Fast, fun, and built on Solana." />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "BM Alpha Meme Coin", "name": "BM Alpha Meme Coin",
"description": "Official launch landing page for BM Alpha ($BMALPHA), the community-driven meme coin from BirthdayMessaging on Solana launching August 24, 2026.", "description": "Official launch landing page for BM Alpha ($BMALPHA), the community-driven meme coin from BirthdayMessaging on Solana launching August 31, 2026 at 10 PM GMT.",
"requestFramePermissions": [], "requestFramePermissions": [],
"majorCapabilities": ["MAJOR_CAPABILITY_SERVER_SIDE_GEMINI_API"] "majorCapabilities": ["MAJOR_CAPABILITY_SERVER_SIDE_GEMINI_API"]
} }
+1 -1
View File
@@ -45,7 +45,7 @@ export const CommunityCTA: React.FC = () => {
id="community-cta-subheading" 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" 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 24. BM Alpha launches August 31 at 10 PM GMT.
</p> </p>
<p className="mt-3 text-slate-700 dark:text-gray-300 text-sm sm:text-base max-w-xl mx-auto font-medium"> <p className="mt-3 text-slate-700 dark:text-gray-300 text-sm sm:text-base max-w-xl mx-auto font-medium">
+1 -1
View File
@@ -67,7 +67,7 @@ export const Countdown: React.FC = () => {
<span className="w-2 h-2 rounded-full bg-[#FF8C32] animate-ping" /> <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="w-1.5 h-1.5 rounded-full bg-[#FF8C32]" />
<span className="text-[10px] font-bold text-[#00A6DB] dark:text-[#00D7FF] tracking-wider"> <span className="text-[10px] font-bold text-[#00A6DB] dark:text-[#00D7FF] tracking-wider">
AUG 24, 2026 AUG 31, 2026
</span> </span>
</div> </div>
</div> </div>
+2 -2
View File
@@ -33,7 +33,7 @@ export const HeroSection: React.FC = () => {
> >
<span className="text-sm">🚀</span> <span className="text-sm">🚀</span>
<span className="font-display font-black text-xs tracking-widest text-[#00A6DB] dark:text-[#00D7FF]"> <span className="font-display font-black text-xs tracking-widest text-[#00A6DB] dark:text-[#00D7FF]">
OFFICIAL LAUNCH: AUGUST 24, 2026 OFFICIAL LAUNCH: AUGUST 31, 2026 AT 10 PM GMT
</span> </span>
<span className="inline-block w-2 h-2 rounded-full bg-[#FF8C32] animate-pulse" /> <span className="inline-block w-2 h-2 rounded-full bg-[#FF8C32] animate-pulse" />
</div> </div>
@@ -63,7 +63,7 @@ export const HeroSection: React.FC = () => {
id="hero-description" id="hero-description"
className="mt-4 text-base sm:text-lg text-slate-600 dark:text-gray-400 max-w-2xl font-medium" 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 24, 2026 on Solana. Built for the community. Powered by memes. Launching August 31, 2026 at 10 PM GMT on Solana.
</p> </p>
{/* Primary CTA Buttons */} {/* Primary CTA Buttons */}
+1 -1
View File
@@ -176,7 +176,7 @@ export const HowToBuySection: React.FC = () => {
<ArrowRight className="w-4 h-4 text-black" /> <ArrowRight className="w-4 h-4 text-black" />
</a> </a>
<p className="text-[11px] text-center text-slate-500 dark:text-gray-400 mt-2.5"> <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 24, 2026. Trading opens on Solana decentralized exchanges upon launch on August 31, 2026 at 10 PM GMT.
</p> </p>
</div> </div>
</div> </div>
+3 -3
View File
@@ -4,8 +4,8 @@
*/ */
// Official Launch Date (Configurable in one single place) // Official Launch Date (Configurable in one single place)
// Target: August 24, 2026 UTC // Target: August 31, 2026 at 22:00 GMT (UTC)
export const LAUNCH_DATE = "2026-08-24T12:00:00Z"; export const LAUNCH_DATE = "2026-08-31T22:00:00Z";
// Token Contract Address (Easily replaced once live on Solana mainnet) // Token Contract Address (Easily replaced once live on Solana mainnet)
export const CONTRACT_ADDRESS = "COMING SOON"; export const CONTRACT_ADDRESS = "COMING SOON";
@@ -25,7 +25,7 @@ export const TOKEN_INFO = {
name: "BM Alpha", name: "BM Alpha",
ticker: "BMALPHA", ticker: "BMALPHA",
network: "Solana", network: "Solana",
launchDateString: "August 24, 2026", launchDateString: "August 31, 2026",
totalSupply: "10,000,000,000 BMALPHA", totalSupply: "10,000,000,000 BMALPHA",
totalSupplyNumber: 10000000000, totalSupplyNumber: 10000000000,
buySellTax: "0% / 0%", buySellTax: "0% / 0%",