Skip to content

Add mobile-friendly hero to replace split sequence#3

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/remove-split-image-mobile
Draft

Add mobile-friendly hero to replace split sequence#3
Copilot wants to merge 2 commits intomainfrom
copilot/remove-split-image-mobile

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 4, 2026

Landing hero used a split/scrolling image sequence that only worked on desktop, leaving mobile users with broken layout. This adds a dedicated mobile experience while preserving the desktop animation.

  • Mobile hero alternative

    • Render a static background, succinct headline, and dual CTAs on viewports <768px, replacing the split/sequence experience.
    • Skip frame preloading/animation on mobile to avoid wasted work and layout issues.
  • Desktop experience preserved

    • Scroll-driven canvas animation and text overlays remain unchanged for larger screens.
// Mobile path
if (isMobileView) {
  return <MobileHero />; // static background + CTAs
}

// Desktop path
<canvas ref={canvasRef} className="absolute inset-0 w-full h-full" />

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fonts.googleapis.com
    • Triggering command: /opt/hostedtoolcache/node/24.13.1/x64/bin/node /opt/hostedtoolcache/node/24.13.1/x64/bin/node /home/REDACTED/work/Aletheia/Aletheia/node_modules/.pnpm/next@16.1.6_@babel&#43;core@7.29.0_@playwright&#43;test@1.58.2_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/start-server.js -m owner --uid-owner 0 -j ACCEPT (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aletheia Error Error Mar 4, 2026 8:15am

Co-authored-by: Frank2006x <175375499+Frank2006x@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove split image and create mobile alternative Add mobile-friendly hero to replace split sequence Mar 4, 2026
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