Skip to content

feat: replace placeholder images with real demo examples#35

Open
szj2ys wants to merge 3 commits intoBIT-DataLab:mainfrom
szj2ys:T0-examples-new
Open

feat: replace placeholder images with real demo examples#35
szj2ys wants to merge 3 commits intoBIT-DataLab:mainfrom
szj2ys:T0-examples-new

Conversation

@szj2ys
Copy link

@szj2ys szj2ys commented Mar 14, 2026

Summary

Replace placeholder images in example-showcase with actual demo images showing before/after conversion results to build trust with visitors.

Changes

  • Added 6 demo images (3 before/after pairs) to public/examples/
    • Flowchart: original_1.jpg → recon_1.png
    • Architecture: original_2.png → recon_2.png
    • Network: original_3.jpg → recon_3.png
  • Updated example-showcase.tsx to reference local image paths instead of placehold.co URLs

Test Plan

  • Verify images load correctly in example showcase section
  • Check build completes without errors (npm run build)
  • Test responsive layout on mobile and desktop

Related Issues

Part of T0-examples track for Phase 0 improvements.

jeff and others added 3 commits March 14, 2026 20:31
Adds complete Next.js 16 frontend for EditBanana:
- Landing page with Hero, Upload, Features, Examples sections
- File upload component with drag-and-drop
- Real-time conversion progress via WebSocket
- Result download functionality
- Responsive design with Tailwind CSS v4
- Framer Motion animations
- Vercel Analytics integration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace placeholder images in example-showcase with actual demo images
showing before/after conversion results:

- Flowchart: original_1.jpg → recon_1.png
- Architecture: original_2.png → recon_2.png
- Network: original_3.jpg → recon_3.png

Images copied from static/demo/ to public/examples/ for static export
compatibility.
szj2ys pushed a commit to szj2ys/Edit-Banana-1 that referenced this pull request Mar 14, 2026
Merged example images feature from PR BIT-DataLab#35 with history persistence from PR BIT-DataLab#36.

Features combined:
- Real example images in showcase (/examples/*.jpg, *.png)
- History persistence with localStorage
- History navigation link in navbar
- Conversion history tracking in upload section
szj2ys pushed a commit to szj2ys/Edit-Banana-1 that referenced this pull request Mar 14, 2026
Add share functionality and referral system:
- ShareModal component for sharing conversion results
- Referral banner with tracking
- useShare and useReferral hooks
- Share types definition

Resolved: Conflicts with existing HistorySection and ReferralBanner
integration from PR BIT-DataLab#35 by accepting HEAD versions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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