Skip to content

Commit 83fa33f

Browse files
authored
ENG-8361: Update hero wording (#1691)
1 parent 06d1b4b commit 83fa33f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

pcweb/pages/landing/views/hero.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,16 @@ def hero() -> rx.Component:
338338
side="right",
339339
class_name="lg:top-[65px] top-[45px] lg:h-[calc(100%-65px)] h-[calc(100%-45px)]",
340340
),
341-
rx.el.h1(
342-
"""Build From Prompt to
343-
Production App, In Seconds""",
344-
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",
341+
rx.el.div(
342+
rx.el.h1(
343+
"Prompt to Production App",
344+
class_name="text-secondary-12 lg:text-4xl text-3xl font-semibold text-center max-lg:text-balance",
345+
),
346+
rx.el.h2(
347+
"A unified platform to build and deploy all in Python.",
348+
class_name="text-secondary-10 lg:text-lg text-md font-medium text-center max-lg:text-pretty",
349+
),
350+
class_name="flex flex-col items-center justify-center gap-3",
345351
),
346352
prompt_box(),
347353
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",

0 commit comments

Comments
 (0)