feat: new pricing page#8
Open
bombabobo wants to merge 1 commit into
Open
Conversation
…erConstruction component
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Author
|
I should maybe remove it from the website and simply keep it as a "component" so the wrong pricing doesn't show ? @mallory-scotton |
mallory-scotton
requested changes
Jul 17, 2026
mallory-scotton
left a comment
Member
There was a problem hiding this comment.
LGTM, nitpick can you drop a screen in desktop/mobile of the page to view the change ?
Author
Author
|
maybe I should add a mention that the prices are placeholders only, or write €XXX ? |
Member
|
Yes just add a little notice that the price could be wrong, also take a look at jsonld structure to declare a product, normally i've already used some jsonld thing in the main layout.tsx but could be cool to check. This is the system that allows google to index the price of the products. |
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.






This pull request updates the pricing page to replace the previous "Under Construction" placeholder with a complete and detailed pricing section. The new page now includes pricing tiers, certification credit information, and clear calls to action. Additionally, a small update to
.gitignoreimproves security for Clerk configuration files.Pricing page overhaul:
apps/frontend/src/app/(marketing)/pricing/page.tsx: Replaces theUnderConstructioncomponent with a fully implemented pricing page. The new page features three pricing tiers (Individual, School, Company), a certification credits table, and multiple call-to-action buttons, all with improved layout and styling.apps/frontend/src/app/(marketing)/pricing/page.tsx: Removes the unused import ofUnderConstructionas it is no longer needed.Security and configuration:
apps/frontend/.gitignore: Adds/.clerk/to ignore Clerk configuration files that may contain secrets, preventing them from being committed to the repository.