File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
pcweb/pages/landing/views Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments