Skip to content

fix(home): always-visible homepage navbar (remove #229 reveal-on-scroll)#233

Merged
marcel-veselka merged 1 commit into
mainfrom
fix/homepage-navbar-always-visible
Jun 4, 2026
Merged

fix(home): always-visible homepage navbar (remove #229 reveal-on-scroll)#233
marcel-veselka merged 1 commit into
mainfrom
fix/homepage-navbar-always-visible

Conversation

@marcel-veselka

Copy link
Copy Markdown
Member

Follow-up to the #230 revert (#232).

Problem: #232 correctly reverted the #230 hero redesign, but the navbar behaviour was never part of #230 — it came from #229. With #230 gone, #229's reveal-on-scroll navbar is orphaned: the homepage menu stays hidden at the top (position: fixed; translateY(-100%)) and only slides in after 8px of scroll. On the restored normal-height hero that looks like a missing menu.

Fix: remove only the hiding behaviour —

  • src/pages/index.tsx: drop the scroll listener useEffect (and the now-unused useEffect import).
  • src/css/custom.css: drop the body.is-home .navbar fixed/translate rules + .navbar--revealed.

Homepage navbar is now always visible, same as every subpage. The rest of #229 is kept intact: Solutions/Pricing/Blog still render on the homepage, and 'About us' remains footer-only.

After reverting the hero redesign (#230 via #232), #229's reveal-on-scroll
navbar was left orphaned: the homepage navbar stayed hidden at the top
(position: fixed; translateY(-100%)) and only slid in past 8px of scroll —
behaviour that only made sense paired with #230's full-screen hero. On the
restored normal-height hero it reads as a missing menu.

Remove just the hiding behaviour: the scroll listener in index.tsx and the
body.is-home .navbar fixed/translate rules in custom.css. The homepage navbar
is now always visible like every subpage. Keeps the rest of #229 (nav links
shown on the homepage, About us in the footer only).
@marcel-veselka marcel-veselka merged commit 389a29c into main Jun 4, 2026
1 check passed
marcel-veselka added a commit that referenced this pull request Jun 8, 2026
Rework the homepage hero into a two-column layout: the "start testing"
form on the left, a full-colour autoplaying demo video on the right. This
restores the demo-video hero from #230 (reverted in #232) and evolves it;
rebased on main, so the reveal-on-scroll navbar removed in #233 stays out.

- Two-column layout; HeroVideoInline gains a `dimmed` prop (default true).
- Drop the video maximize/expand affordance, the "Watch 90-sec demo" link,
  and the now-unused HeroVideoModal (deleted).
- Hovering the video fades the form's gradient border out as the video's own
  frame fades in (shared 500ms timing).
- Tidy hero copy: remove the subtitle; replace the green trust row with a
  single "No credit card required" line under the CTA.
- Trim the sign-in popup: drop the "Testing <host>" line and the
  "Sign in › Agents test › Get your report" breadcrumb.
- Calm the trusted-by marquee: lower logo opacity (70→40), widen the edge
  fade, slow the scroll (35s→90s) — keeps motion but recedes behind the video.
- Responsive vertical spacing + wider form (480→560px) + taller instructions
  textarea (3→5 rows).
marcel-veselka added a commit that referenced this pull request Jun 8, 2026
…deo (#235)

Rework the homepage hero into a two-column layout: the "start testing"
form on the left, a full-colour autoplaying demo video on the right. This
restores the demo-video hero from #230 (reverted in #232) and evolves it;
rebased on main, so the reveal-on-scroll navbar removed in #233 stays out.

- Two-column layout; HeroVideoInline gains a `dimmed` prop (default true).
- Drop the video maximize/expand affordance, the "Watch 90-sec demo" link,
  and the now-unused HeroVideoModal (deleted).
- Hovering the video fades the form's gradient border out as the video's own
  frame fades in (shared 500ms timing).
- Tidy hero copy: remove the subtitle; replace the green trust row with a
  single "No credit card required" line under the CTA.
- Trim the sign-in popup: drop the "Testing <host>" line and the
  "Sign in › Agents test › Get your report" breadcrumb.
- Calm the trusted-by marquee: lower logo opacity (70→40), widen the edge
  fade, slow the scroll (35s→90s) — keeps motion but recedes behind the video.
- Responsive vertical spacing + wider form (480→560px) + taller instructions
  textarea (3→5 rows).
marcel-veselka added a commit that referenced this pull request Jun 8, 2026
- Rename the "Sign In" navbar button to "Log in".
- Re-introduce the homepage reveal-on-scroll navbar removed in #233: the top
  bar is hidden at the top of the page and slides in once the user scrolls.
  It now pairs again with the full-screen hero restored in #235.
- Trim the navbar to the essentials — logo + Wopee.io + Pricing. Remove the
  Solutions dropdown and the Blog link (Log in / Start for free CTAs kept).
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