Split landing page from dashboard, add receipt download, fix favicon - #11
Open
OTimileyin wants to merge 1 commit into
Open
Split landing page from dashboard, add receipt download, fix favicon#11OTimileyin wants to merge 1 commit into
OTimileyin wants to merge 1 commit into
Conversation
- New Landing page (/) — hero, How It Works, a final CTA — with a proper nav (Home, How It Works, language toggle, Launch App). No payment tool here; it's purely informational/marketing for first-time visitors and judges. - New Dashboard page (/app) — the actual payment tool (AgentPipeline) with its own Connect Wallet nav. Old Home.tsx removed; its content is now split between the two. - Shared NavBar and Logo components so both pages use one brand mark and nav pattern instead of duplicating markup. - favicon.svg replaced: previously an unrelated plain orange square: now the same bridge-arc glyph and colors used in the nav logo, on a dark background. Added apple-touch-icon + theme-color for consistency. - "Download Receipt" button on the Payment Complete card — generates a plain-text receipt (hash, amounts, fee, ledger, savings, contract, stellar.expert verify link) via a client-side Blob download. No new dependency, no backend needed. Verified headlessly: landing has no payment form, dashboard has no marketing content, Launch App navigates correctly, the payment flow still completes with zero page errors. tsc + build clean. Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018aCTugKefrDwSLC9icad3H
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Four requested changes:
/) split from Dashboard (/app) — Landing is now purely informational: hero, "How It Works", a final CTA, and a proper nav (Home, How It Works, language toggle, Launch App). No payment tool on it. Dashboard is the actual payment tool (AgentPipeline) with its own Connect Wallet nav. OldHome.tsxremoved; content split between the two new pages.NavBar+Logocomponents so both pages use one brand mark and nav pattern instead of duplicated markup.apple-touch-icon+theme-colortoo.Verified headlessly (Playwright): landing has no payment form, dashboard has no marketing content, "Launch App" navigates
/→/appcorrectly, the payment flow still completes with zero page errors.tscandvite buildare clean.🤖 Generated with Claude Code
https://claude.ai/code/session_018aCTugKefrDwSLC9icad3H
Generated by Claude Code