[Website] Add pricing page#9996
Open
PascalSenn wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a full Nitro pricing page and supporting components/data, while also aligning the home-page “Brew it your Way” pricing section to use the same shared pricing source of truth and widening several layouts to max-w-7xl to accommodate the new content.
Changes:
- Introduces a pricing page (
/pricing) composed of new bands (plan selector, comparison table, FAQ, regulated pitch, closing CTA). - Adds a shared
pricingDatamodule that centralizes tier, comparison, unlock, and FAQ content. - Updates
Offeringstyling for “popular” tiers (gradient border) and refactors home pricing + multiple home/content layouts tomax-w-7xl.
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website-next/src/components/pricing/UnlockBand.tsx | New “Unlock more as you grow” progression list component. |
| website-next/src/components/pricing/UnlockBand.stories.tsx | Storybook story for UnlockBand. |
| website-next/src/components/pricing/RegulatedBand.tsx | New regulated/on-prem pitch band with checklist + CTAs. |
| website-next/src/components/pricing/RegulatedBand.stories.tsx | Storybook story for RegulatedBand. |
| website-next/src/components/pricing/PricingFaq.tsx | New FAQ disclosure grid component. |
| website-next/src/components/pricing/PricingFaq.stories.tsx | Storybook story for PricingFaq. |
| website-next/src/components/pricing/pricingData.ts | Centralized pricing tiers, comparison matrix, unlocks, and FAQ copy. |
| website-next/src/components/pricing/PlanSelector.tsx | New plan selector using shared tier data + self-hosted strip. |
| website-next/src/components/pricing/PlanSelector.stories.tsx | Storybook story for PlanSelector. |
| website-next/src/components/pricing/CompareTable.tsx | New feature comparison table driven by shared comparison data. |
| website-next/src/components/pricing/CompareTable.stories.tsx | Storybook story for CompareTable. |
| website-next/src/components/pricing/ClosingCta.tsx | New closing CTA band for the pricing page. |
| website-next/src/components/pricing/ClosingCta.stories.tsx | Storybook story for ClosingCta. |
| website-next/src/components/Offering.tsx | Updates “popular” offering card to use a gradient border style. |
| website-next/src/components/home/StackDiagrams.tsx | Widens section max width to max-w-7xl. |
| website-next/src/components/home/ProtocolCards.tsx | Widens section max width to max-w-7xl. |
| website-next/src/components/home/NitroPricing.tsx | Refactors home pricing section to use shared TIERS + adds self-hosted strip; widens max width. |
| website-next/src/components/home/LogoCloud.tsx | Widens section max width to max-w-7xl. |
| website-next/src/components/home/HomeHero.tsx | Widens section max width to max-w-7xl. |
| website-next/src/components/home/FusionFlow.tsx | Widens section max width to max-w-7xl. |
| website-next/src/components/home/BuildYourWay.tsx | Widens section/container max width to max-w-7xl. |
| website-next/app/page.tsx | Widens blog section container to max-w-7xl. |
| website-next/app/(content)/pricing/page.tsx | Implements the pricing page and metadata. |
| website-next/app/(content)/layout.tsx | Widens default content layout to max-w-7xl. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
No description provided.