Skip to content

Refactor homepage first screen for focused conversion - #65

Merged
chake111 merged 1 commit into
mainfrom
codex/refactor-homepage-for-simplicity-and-clarity
Apr 20, 2026
Merged

chake111 merged 1 commit into
mainfrom
codex/refactor-homepage-for-simplicity-and-clarity

Conversation

@chake111

Copy link
Copy Markdown
Owner

Motivation

  • Reduce visual noise on the homepage and prioritize a single conversion path so users immediately understand value and can start inputting their needs.
  • De-emphasize large explanatory blocks, value cards, and preview modules that compete with the main input CTA.
  • Keep the first screen concise and trust-worthy with a hero, input + CTA, a few scene shortcuts, and a light trust strip.

Description

  • Removed the HomeResultsPreview import and its rendering from ui/app/[locale]/page.tsx to avoid showing large result previews on the first screen.
  • Limited quick scenes to the top 4 by adding .slice(0, 4) when building quickScenes in ui/app/[locale]/page.tsx.
  • Simplified the hero component by updating ui/components/home/home-hero.tsx to remove stats, decorative backgrounds, and extra tagline, and to only accept the core props (title, subtitle, trustNote, inputArea, quickScenes, scenarioTitle).
  • Simplified top navigation in ui/app/[locale]/layout.tsx by removing the redundant Home nav item and stripping the brand subtitle under the logo for a more restrained header.

Testing

  • Ran cd ui && npm run lint, which failed because the repository environment is missing the ESLint v9 flat config (eslint.config.*).
  • Ran cd ui && npm run build, which failed in this environment due to next/font failing to fetch Google Fonts (network/resource fetch error).

Codex Task

@vercel

vercel Bot commented Apr 20, 2026 •

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
ai-tool-picker Ready Ready Preview, Comment Apr 20, 2026 2:08pm

@chake111
chake111 merged commit c114f91 into main Apr 20, 2026
2 of 3 checks passed

This branch was successfully deployed

1 active deployment
Preview — 8fb0be43 Deployed Apr 20, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant