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 @@
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%",