Skip to content

fix: delay on clicking "Claim Early Bird Access" Button#45

Merged
theamankumarsingh merged 1 commit intomainfrom
develop
Mar 3, 2026
Merged

fix: delay on clicking "Claim Early Bird Access" Button#45
theamankumarsingh merged 1 commit intomainfrom
develop

Conversation

@theamankumarsingh
Copy link
Member

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to remove the perceived delay when clicking the “Claim Early Bird Access” CTA by eliminating the GSAP initialization delay in the popup and adjusting how/when the popup auto-opens on the landing header.

Changes:

  • Removes the popup’s initial GSAP delay so the overlay/modal animation starts immediately on open.
  • Adjusts the landing header logic to auto-open the popup after the CTA animation completes, while preventing auto-open if the user manually clicks.
  • Updates the progress bar/timer timing to match the new no-init-delay behavior.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
src/components/landing/Header.tsx Replaces mount-time auto-open with an animation-complete driven auto-open + click override.
src/components/landing/EarlyBirdPopup.tsx Removes the GSAP “initDelay” and updates countdown/timer delays accordingly.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@theamankumarsingh theamankumarsingh merged commit 8dd2c4b into main Mar 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants