From 1ca6154c287ca95f59d9a42e08f46b4c56fe47b6 Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 19 Nov 2025 09:44:04 +0100 Subject: [PATCH] ENG-8361: Update hero wording --- pcweb/pages/landing/views/hero.py | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pcweb/pages/landing/views/hero.py b/pcweb/pages/landing/views/hero.py index 2756be9be..b81ddc03c 100644 --- a/pcweb/pages/landing/views/hero.py +++ b/pcweb/pages/landing/views/hero.py @@ -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",