From d1a4260c8440fe0c3b2672f6449c4f4ef80d2dcb Mon Sep 17 00:00:00 2001 From: mporotlali2-sketch Date: Fri, 28 Aug 2026 21:30:18 +0200 Subject: [PATCH] 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. --- src/components/CommunityCTA.tsx | 2 +- src/components/Countdown.tsx | 2 +- src/components/HeroSection.tsx | 4 ++-- src/components/HowToBuySection.tsx | 2 +- src/config.ts | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/CommunityCTA.tsx b/src/components/CommunityCTA.tsx index 67c9e0a..fd9081b 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 31 at 10 PM GMT. + BM Alpha launches September 3 at 10 PM GMT.

diff --git a/src/components/Countdown.tsx b/src/components/Countdown.tsx index d566d4a..9683aa3 100644 --- a/src/components/Countdown.tsx +++ b/src/components/Countdown.tsx @@ -67,7 +67,7 @@ export const Countdown: React.FC = () => { - AUG 31, 2026 + SEP 3, 2026 diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index ff97950..4e5052a 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -33,7 +33,7 @@ export const HeroSection: React.FC = () => { > 🚀 - OFFICIAL LAUNCH: AUGUST 31, 2026 AT 10 PM GMT + OFFICIAL LAUNCH: SEPTEMBER 3, 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 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.

{/* Primary CTA Buttons */} diff --git a/src/components/HowToBuySection.tsx b/src/components/HowToBuySection.tsx index 32dfe02..1e48389 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 31, 2026 at 10 PM GMT. + Trading opens on Solana decentralized exchanges upon launch on September 3, 2026 at 10 PM GMT.

diff --git a/src/config.ts b/src/config.ts index e428f4f..2c95818 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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%",