Skip to content

[codex] Code-split landing page sections#3

Open
MyouzzZ wants to merge 1 commit into
Dragoon4002:mainfrom
MyouzzZ:codex/landing-code-split-2
Open

[codex] Code-split landing page sections#3
MyouzzZ wants to merge 1 commit into
Dragoon4002:mainfrom
MyouzzZ:codex/landing-code-split-2

Conversation

@MyouzzZ

@MyouzzZ MyouzzZ commented Jun 28, 2026

Copy link
Copy Markdown

Summary

  • code-split below-the-fold landing sections with
    ext/dynamic
  • keep a minimal section fallback so the snap layout keeps stable viewport-sized panels while chunks load
  • remove the always-truthy Hero ? Hero : HeroArctic branch so the unused arctic/3D hero path is not pulled into the landing route

Performance impact

The landing page no longer statically imports every middle/bottom section in the initial client module. Heavy sections such as charts, proof/feed panels, waitlist, FAQ, and CTA/footer can load as separate chunks after the first route module, reducing initial parse/evaluation pressure for the homepage.

Validation

  • Static review against clients/web/app/page.tsx and exported component names.
  • Not run: full
    ext build/lint locally because this Codex environment does not have the repo dependencies installed and prior full clones from GitHub were unreliable.

Refs #2

@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

@MyouzzZ is attempting to deploy a commit to the dragoon4002's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant