feat: replace placeholder images with real demo examples#35
Open
szj2ys wants to merge 3 commits intoBIT-DataLab:mainfrom
Open
feat: replace placeholder images with real demo examples#35szj2ys wants to merge 3 commits intoBIT-DataLab:mainfrom
szj2ys wants to merge 3 commits intoBIT-DataLab:mainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace placeholder images in example-showcase with actual demo images showing before/after conversion results to build trust with visitors.
Changes
public/examples/example-showcase.tsxto reference local image paths instead of placehold.co URLsTest Plan
npm run build)Related Issues
Part of T0-examples track for Phase 0 improvements.