diff --git a/integrations-docs b/integrations-docs index 2e4e1079e..61f10db31 160000 --- a/integrations-docs +++ b/integrations-docs @@ -1 +1 @@ -Subproject commit 2e4e1079e720e0688b3e79432538fe8590f36651 +Subproject commit 61f10db31fee26043a48d2b6cf2b0ce5645c8343 diff --git a/pcweb/pages/about/views/cards.py b/pcweb/pages/about/views/cards.py index 9213c9d57..8eb04550b 100644 --- a/pcweb/pages/about/views/cards.py +++ b/pcweb/pages/about/views/cards.py @@ -40,7 +40,7 @@ def cards() -> rx.Component: " building web apps in Python should feel effortless. ", class_name="font-semibold text-m-slate-12 dark:text-m-slate-3", ), - " What started as an internal experiment quickly grew into a community-driven framework used to ship real products fast.", + " What started as an internal experiment quickly grew into a community-driven framework powering over a million applications.", class_name="text-m-slate-7 dark:text-m-slate-6 text-base font-medium", ), icon="Plant04Icon", diff --git a/pcweb/pages/about/views/companies.py b/pcweb/pages/about/views/companies.py index 712a4d751..624eb9319 100644 --- a/pcweb/pages/about/views/companies.py +++ b/pcweb/pages/about/views/companies.py @@ -48,7 +48,7 @@ def companies() -> rx.Component: class_name="flex flex-row lg:gap-18 max-lg:gap-x-6 max-lg:gap-y-4 flex-wrap justify-center items-center", ), rx.el.p( - "Reflex is backed by YC, venture capital firms, and angel investors, including ", + "Reflex is backed by leading venture capital firms and angel investors including ", rx.el.br(class_name="max-lg:hidden"), rx.el.b( " Qasar Younis", diff --git a/pcweb/pages/about/views/hero.py b/pcweb/pages/about/views/hero.py index 76c2b17ef..93d6144ce 100644 --- a/pcweb/pages/about/views/hero.py +++ b/pcweb/pages/about/views/hero.py @@ -14,9 +14,7 @@ def hero() -> rx.Component: rx.el.h1( "The Operating System ", rx.el.br(class_name="max-lg:hidden"), - " for Most Critical ", - rx.el.br(class_name="max-lg:hidden"), - " Enterprise ", + " for Critical Enterprise ", rx.el.br(class_name="max-lg:hidden"), " Applications ", class_name="text-secondary-12 lg:text-5xl text-3xl font-[575]", diff --git a/pcweb/pages/about/views/hiring.py b/pcweb/pages/about/views/hiring.py index 571766817..f16e653a0 100644 --- a/pcweb/pages/about/views/hiring.py +++ b/pcweb/pages/about/views/hiring.py @@ -19,7 +19,7 @@ def hiring() -> rx.Component: ), rx.el.div( rx.el.p( - "Reflex is growing and we're looking for people who care deeply about developer experience, clean abstractions, and shipping things that matter.", + "Our founding team consists of open source maintainers, top-ranked competitive programmers/IOI medalists, and founding team members from dev tool unicorns.", class_name="text-base text-m-slate-7 dark:text-m-slate-6 font-[475]", ), rx.el.a(