From 021f26fa062648e7d461a293049c037ae6986be6 Mon Sep 17 00:00:00 2001 From: User Date: Fri, 28 Aug 2026 21:22:45 +0200 Subject: [PATCH] Update launch date to September 3 Move the BM Connect launch countdown and visible launch messaging to September 3, 2026 at 10 PM GMT. --- src/components/layout/Navbar.tsx | 2 +- .../sections/MemeCoinLaunchSection.tsx | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx index 6f98489..45ebe51 100644 --- a/src/components/layout/Navbar.tsx +++ b/src/components/layout/Navbar.tsx @@ -28,7 +28,7 @@ export const Navbar: React.FC = ({ const navLinks = [ { label: 'Ecosystem', href: '#ecosystem' }, - { label: 'Aug 31 Launch', href: '#memecoin-launch' }, + { label: 'Sep 3 Launch', href: '#memecoin-launch' }, { label: 'Why Community', href: '#community-funding' }, { label: 'Features', href: '#features' }, { label: 'Roadmap', href: '#roadmap' }, diff --git a/src/components/sections/MemeCoinLaunchSection.tsx b/src/components/sections/MemeCoinLaunchSection.tsx index 5ad307d..0885e32 100644 --- a/src/components/sections/MemeCoinLaunchSection.tsx +++ b/src/components/sections/MemeCoinLaunchSection.tsx @@ -50,7 +50,7 @@ export const MemeCoinLaunchSection: React.FC = ({ const [customAmount, setCustomAmount] = useState(25); // Default micro investment $25 const quickAmounts = [1, 5, 10, 25, 50, 100, 250, 1000, 5000]; - // Countdown timer calculation targeting August 31, 2026 at 10:00 PM GMT + // Countdown timer calculation targeting September 3, 2026 at 10:00 PM GMT const [timeLeft, setTimeLeft] = useState({ days: 0, hours: 0, @@ -59,7 +59,7 @@ export const MemeCoinLaunchSection: React.FC = ({ }); useEffect(() => { - const launchDate = new Date('2026-08-31T22:00:00Z').getTime(); + const launchDate = new Date('2026-09-03T22:00:00Z').getTime(); const updateTimer = () => { const now = new Date().getTime(); @@ -357,7 +357,7 @@ export const MemeCoinLaunchSection: React.FC = ({
- Official Funding Launch • August 31st at 10 PM GMT + Official Funding Launch • September 3rd at 10 PM GMT 100% Revenue Backed @@ -369,7 +369,7 @@ export const MemeCoinLaunchSection: React.FC = ({

- We are launching the official $SX BirthdayMessaging Meme Coin on August 31st at 10 PM GMT to fund our rapid software expansion! Backers can invest ANY amount ($1, $5, $10, $50, $1,000+) and receive proportional token allocations, physical collector coins, micro-app access, and on-chain revenue dividends. + We are launching the official $SX BirthdayMessaging Meme Coin on September 3rd at 10 PM GMT to fund our rapid software expansion! Backers can invest ANY amount ($1, $5, $10, $50, $1,000+) and receive proportional token allocations, physical collector coins, micro-app access, and on-chain revenue dividends.

@@ -379,7 +379,7 @@ export const MemeCoinLaunchSection: React.FC = ({ onClick={onOpenWaitlist} icon={} > - Join Aug 31, 10 PM GMT Presale Whitelist + Join Sep 3, 10 PM GMT Presale Whitelist