Skip to content

Replace placeholder images with contextual annotation demo scenes#219

Merged
vicheanath merged 4 commits intomainfrom
copilot/update-homepage-image-animations
Nov 2, 2025
Merged

Replace placeholder images with contextual annotation demo scenes#219
vicheanath merged 4 commits intomainfrom
copilot/update-homepage-image-animations

Conversation

Copy link
Contributor

Copilot AI commented Nov 2, 2025

Homepage hero section used generic placeholder SVGs that failed to communicate the purpose of each annotation tool. Replaced with 5 purpose-built demonstration scenes.

Changes

New Demo Assets (apps/web/public/)

  • demo-cars.svg - Highway traffic for bounding box demo (Box Tool)
  • demo-people.svg - Urban pedestrians for polygon annotation (Polygon Tool)
  • demo-nature.svg - Park scene for segmentation masks (Brush Tool)
  • demo-warehouse.svg - Industrial setting for AI detection (AI Assist)
  • demo-layers.svg - Mixed scene with layer UI overlay (Layer Manager)

Component Updates (HeroSection.tsx)

const labelingTools = [
  {
    name: "Box Tool",
-   image: "/dog.jpg",
+   image: "/demo-cars.svg",
    description: "Create bounding boxes around objects for quick labeling",
  },
  // ... 4 more tools with contextual images
]

Accessibility

  • Added role="img" with aria-labelledby to all SVGs
  • Included <title> and <desc> elements for screen readers

Before/After

Before: Generic placeholder showing image icon
Before

After: Contextual scenes matching annotation use cases
Hero Section
Warehouse Scene
Nature Scene

All assets are SVG for resolution independence. Each scene demonstrates realistic annotation scenarios for its corresponding tool.

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: next-server (v15.2.4) (dns block)

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

Original prompt

This section details on the original issue you should resolve

<issue_title>Finding good image to replace the home page and tweek some animation that AI generate it</issue_title>
<issue_description>this UI is was generated by AI . if some want that can find the image that good for putting on the homepage with reasonable with the annotation application. just want idea !

Image

example like this one:
it not the actual screen like that but kind of image that looking good for it
Image

</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link

vercel bot commented Nov 2, 2025

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

Project Deployment Preview Comments Updated (UTC)
vailabel Ready Ready Preview Comment Nov 2, 2025 5:28pm
vailabel-studio Ready Ready Preview Comment Nov 2, 2025 5:28pm

Co-authored-by: vicheanath <48352653+vicheanath@users.noreply.github.com>
Co-authored-by: vicheanath <48352653+vicheanath@users.noreply.github.com>
Co-authored-by: vicheanath <48352653+vicheanath@users.noreply.github.com>
Copilot AI changed the title [WIP] Update home page image and tweak animations Replace placeholder images with contextual annotation demo scenes Nov 2, 2025
Copilot AI requested a review from vicheanath November 2, 2025 17:29
@vicheanath vicheanath marked this pull request as ready for review November 2, 2025 23:28
@vicheanath vicheanath merged commit bb239c5 into main Nov 2, 2025
9 of 11 checks passed
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.

Finding good image to replace the home page and tweek some animation that AI generate it

2 participants

Comments