Skip to content
Merged
Changes from all 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
14 changes: 10 additions & 4 deletions pcweb/pages/landing/views/hero.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,16 @@ def hero() -> rx.Component:
side="right",
class_name="lg:top-[65px] top-[45px] lg:h-[calc(100%-65px)] h-[calc(100%-45px)]",
),
rx.el.h1(
"""Build From Prompt to
Production App, In Seconds""",
class_name="text-slate-12 lg:text-4xl text-3xl font-semibold text-center lg:max-w-[576px] word-wrap break-words lg:whitespace-pre",
rx.el.div(
rx.el.h1(
"Prompt to Production App",
class_name="text-secondary-12 lg:text-4xl text-3xl font-semibold text-center max-lg:text-balance",
),
rx.el.h2(
"A unified platform to build and deploy all in Python.",
class_name="text-secondary-10 lg:text-lg text-md font-medium text-center max-lg:text-pretty",
),
class_name="flex flex-col items-center justify-center gap-3",
),
prompt_box(),
class_name="flex flex-col justify-center items-center gap-4 mx-auto w-full max-w-[64.19rem] lg:border-x border-slate-3 pb-[3rem] pt-28 lg:pt-[8rem] relative lg:overflow-hidden overflow-hidden z-[1] bg-transparent lg:bg-slate-1 lg:px-4",
Expand Down
Loading