Skip to content

Commit b224af6

Browse files
Alek99Alek99
andauthored
feat: redesign pricing cards with Team as popular plan and add anchor… (#1419)
* feat: redesign pricing cards with Team as popular plan and add anchor links - Restructured pricing cards layout: Title → Description → Button → Price → Features - Made Team the popular card instead of Pro plan with purple border and glow effects - Updated pricing: Pro to /month, Team to /user/month - Added messaging sections with Reflex Build limits and upgrade links - Improved feature lists and removed redundant features - Added helper functions for cleaner, more maintainable code - Fixed price display formatting and alignment - Added anchor link for Reflex Build section with proper scroll positioning * whitelist * update * capitalize --------- Co-authored-by: Alek99 <[email protected]>
1 parent 7f5e9ee commit b224af6

File tree

3 files changed

+206
-115
lines changed

3 files changed

+206
-115
lines changed

pcweb/pages/pricing/header.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def header() -> rx.Component:
99
class_name="gradient-heading font-semibold text-3xl lg:text-5xl text-center",
1010
),
1111
rx.el.p(
12-
"Build with AI. Deploy with Cloud. Scale with Enterprise",
13-
class_name="text-slate-9 text-lg lg:text-2xl font-semibold text-center",
12+
"The complete platform for building and deploying your apps.",
13+
class_name="text-slate-9 text-md lg:text-xl font-semibold text-center",
1414
),
1515
class_name="flex flex-col gap-2 justify-center items-center max-w-[64.19rem] 2xl:border-x border-slate-4 w-full pb-16 "
1616
+ rx.cond(HostingBannerState.show_banner, "pt-[11rem]", "pt-[8rem]"),

0 commit comments

Comments
 (0)