From 489f7c84634a4ed1fcdd1b80ff89463885531eb1 Mon Sep 17 00:00:00 2001 From: mporotlali2-sketch Date: Tue, 25 Aug 2026 11:37:28 +0200 Subject: [PATCH] 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. --- README.md | 2 +- index.html | 4 ++-- metadata.json | 2 +- src/components/CommunityCTA.tsx | 2 +- src/components/Countdown.tsx | 2 +- src/components/HeroSection.tsx | 4 ++-- src/components/HowToBuySection.tsx | 2 +- src/config.ts | 6 +++--- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 03c7669..f830eb1 100644 --- a/README.md +++ b/README.md @@ -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. -**Launch:** August 24, 2026 at 12:00 UTC +**Launch:** August 31, 2026 at 10:00 PM GMT **Network:** Solana **Contract address:** Coming soon diff --git a/index.html b/index.html index 308dd6e..89b1bce 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ BM Alpha ($BMALPHA) — BirthdayMessaging Meme Coin on Solana - - + + diff --git a/metadata.json b/metadata.json index d0779d2..51a4d1e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "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": [], "majorCapabilities": ["MAJOR_CAPABILITY_SERVER_SIDE_GEMINI_API"] } diff --git a/src/components/CommunityCTA.tsx b/src/components/CommunityCTA.tsx index cf733bb..67c9e0a 100644 --- a/src/components/CommunityCTA.tsx +++ b/src/components/CommunityCTA.tsx @@ -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 24. + BM Alpha launches August 31 at 10 PM GMT.

diff --git a/src/components/Countdown.tsx b/src/components/Countdown.tsx index f323e4a..d566d4a 100644 --- a/src/components/Countdown.tsx +++ b/src/components/Countdown.tsx @@ -67,7 +67,7 @@ export const Countdown: React.FC = () => { - AUG 24, 2026 + AUG 31, 2026 diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index 6432e64..ff97950 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -33,7 +33,7 @@ export const HeroSection: React.FC = () => { > 🚀 - OFFICIAL LAUNCH: AUGUST 24, 2026 + OFFICIAL LAUNCH: AUGUST 31, 2026 AT 10 PM GMT @@ -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 24, 2026 on Solana. + Built for the community. Powered by memes. Launching August 31, 2026 at 10 PM GMT on Solana.

{/* Primary CTA Buttons */} diff --git a/src/components/HowToBuySection.tsx b/src/components/HowToBuySection.tsx index a039b04..32dfe02 100644 --- a/src/components/HowToBuySection.tsx +++ b/src/components/HowToBuySection.tsx @@ -176,7 +176,7 @@ export const HowToBuySection: React.FC = () => {

- 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.

diff --git a/src/config.ts b/src/config.ts index a2ee1fd..e428f4f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -4,8 +4,8 @@ */ // Official Launch Date (Configurable in one single place) -// Target: August 24, 2026 UTC -export const LAUNCH_DATE = "2026-08-24T12:00:00Z"; +// Target: August 31, 2026 at 22:00 GMT (UTC) +export const LAUNCH_DATE = "2026-08-31T22: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 24, 2026", + launchDateString: "August 31, 2026", totalSupply: "10,000,000,000 BMALPHA", totalSupplyNumber: 10000000000, buySellTax: "0% / 0%",