Skip to content

Remove non-existent dashboard image from homepage#335

Merged
hotlong merged 1 commit intomainfrom
claude/remove-hotcrm-dashboard-image
Apr 14, 2026
Merged

Remove non-existent dashboard image from homepage#335
hotlong merged 1 commit intomainfrom
claude/remove-hotcrm-dashboard-image

Conversation

@Claude
Copy link
Copy Markdown
Contributor

@Claude Claude AI commented Apr 14, 2026

Description

The homepage referenced a non-existent dashboard mockup image (/dashboard-mockup.webp) that was causing a broken image on the Hero Section.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • CI/CD update

Related Issues

N/A

Changes Made

  • Removed the "Product Visual" section (lines 77-86) containing the <img> reference to /dashboard-mockup.webp
  • Hero Section now flows directly from CTA buttons to Customer Logo Wall section
  • Maintained proper HTML structure with balanced opening/closing tags

Testing

  • Unit tests pass (npm test)
  • Linting passes (npm run lint)
  • Build succeeds (npm run build)
  • Manual testing completed
  • New tests added (if applicable)

Screenshots

N/A - Removed visual element only

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Additional Notes

This was a simple cleanup of a non-existent asset reference. If product screenshots are needed in the future, they should be added to apps/docs/public/ first before being referenced.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 14, 2026

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

Project Deployment Actions Updated (UTC)
hotcrm-demo Ready Ready Preview, Comment Apr 14, 2026 8:57am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
hotcrm Ignored Ignored Apr 14, 2026 8:57am

Request Review

@hotlong hotlong marked this pull request as ready for review April 14, 2026 08:57
Copilot AI review requested due to automatic review settings April 14, 2026 08:57
@hotlong hotlong merged commit 59ae91a into main Apr 14, 2026
6 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes a broken homepage Hero Section image reference in the docs app by deleting the “Product Visual” block that pointed to a non-existent /dashboard-mockup.webp asset.

Changes:

  • Removed the Hero Section “Product Visual” <img> referencing /dashboard-mockup.webp.
  • Hero Section now transitions directly from CTA buttons to the Customer Logo Wall section.

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.

3 participants