Skip to content

fix(landing): stabilize TextRotator and improve hero layout#120

Merged
sungmanch merged 2 commits intomainfrom
fix/hero-text-rotator-and-layout-20260211
Feb 10, 2026
Merged

fix(landing): stabilize TextRotator and improve hero layout#120
sungmanch merged 2 commits intomainfrom
fix/hero-text-rotator-and-layout-20260211

Conversation

@sungmanch
Copy link
Copy Markdown
Collaborator

Summary

  • TextRotator의 removeChild TypeError 수정: 조건부 DOM 삽입 대신 안정적인 자식 구조 + CSS 가시성 토글
  • Hero headline을 2줄 구조로 변경: See how [you/your team] / make AI slop.
  • Rotator 내 텍스트 왼쪽 정렬 적용

Changes

  • 6791c95 fix(landing): stabilize TextRotator DOM to prevent removeChild error
  • 88797da refactor(landing): improve hero headline layout with explicit line break

Test Plan

  • Code compiles without errors
  • "you" ↔ "your team" 로테이션 에러 없이 동작
  • 모바일/데스크톱에서 줄바꿈 위치 확인
  • removeChild 에러 재현되지 않음

Supersedes #119


Generated with Claude Code using /ship-it

sungmanch and others added 2 commits February 11, 2026 00:22
Render a fixed number of children and toggle visibility via CSS class
instead of conditional rendering. Properly clean up setTimeout via
useEffect to prevent stale state updates on unmount.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Split headline into two lines and left-align rotator text so "you"
aligns with "your team" start position during transitions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Feb 10, 2026

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

Project Deployment Actions Updated (UTC)
no-more-ai-slop Ready Ready Preview, Comment Feb 10, 2026 3:24pm

Request Review

@sungmanch
Copy link
Copy Markdown
Collaborator Author

Code Review

No issues found. All 5 review dimensions passed:

  • CLAUDE.md compliance: All code and comments in English
  • Bug scan: Stable DOM children, properly cleaned up timers, no race conditions
  • Git history: No conflicting changes or regressions
  • Previous feedback: No prior issues on these files
  • Comment compliance: Inline comments accurate and appropriate

Generated with Claude Code

If useful, react with a thumbs-up. Otherwise, thumbs-down.

@sungmanch sungmanch merged commit 6d51a9f into main Feb 10, 2026
2 checks passed
@sungmanch sungmanch deleted the fix/hero-text-rotator-and-layout-20260211 branch February 10, 2026 15:27
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