feat: /products index + hosted-checkout, pay-by-link, invoicing pages#162
Open
Praizfotos wants to merge 1 commit into
Open
Conversation
… pages - Add /products index page with 4 product cards (hosted-checkout, pay-by-link, invoicing, payouts) using PageShell + black bg layout - Add /products/hosted-checkout standalone page with full copy, features list, and API example - Add /products/pay-by-link standalone page with full copy, features list, and API example - Add /products/invoicing standalone page replacing Coming Soon stub, with full copy, features list, and API example - Update Footer Product column: replace /#product hash links with /products/hosted-checkout, /products/pay-by-link, /products/invoicing, /products/payouts - Update sitemap.ts: add /products index + 4 product sub-pages All product pages use ProductStoryLayout (black bg, italic display headlines, mono labels) for visual consistency with /products/gateway. Closes 0xdevcollins#139
|
@Praizfotos is attempting to deploy a commit to the Threadflow Team on Vercel. A member of the Team first needs to authorize it. |
|
@Praizfotos Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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
Adds the three missing product pages and a
/productsindex, completing the work started in #136.New routes
/products/products/hosted-checkout/products/pay-by-link/products/invoicingChanged files
apps/www/src/app/products/page.tsx— new index page usingPageShellapps/www/src/app/products/hosted-checkout/page.tsx— newapps/www/src/app/products/pay-by-link/page.tsx— newapps/www/src/app/products/invoicing/page.tsx— newapps/www/src/components/v2/Footer.tsx— Product column links updated from/#productto standalone pagesapps/www/src/app/sitemap.ts—/productsindex + 4 sub-pages addedDesign
All three new pages use
ProductStoryLayout(black background, italic display headlines, mono labels) for visual consistency with/products/gatewayfrom #136.Tested
"use client"/ metadata conflict (pages are server components usingPageShellfor client interactivity)Closes #139