Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pcweb/pages/pricing/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def header() -> rx.Component:
class_name="gradient-heading font-semibold text-3xl lg:text-5xl text-center",
),
rx.el.p(
"Build with AI. Deploy with Cloud. Scale with Enterprise",
class_name="text-slate-9 text-lg lg:text-2xl font-semibold text-center",
"The complete platform for building and deploying your apps.",
class_name="text-slate-9 text-md lg:text-xl font-semibold text-center",
),
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 "
+ rx.cond(HostingBannerState.show_banner, "pt-[11rem]", "pt-[8rem]"),
Expand Down
Loading