Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit bea73ff

Browse files
Alek99cursoragent
andcommitted
Update about page messaging
Refresh about page copy to reflect growth and backers. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 45d832b commit bea73ff

5 files changed

Lines changed: 5 additions & 7 deletions

File tree

pcweb/pages/about/views/cards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def cards() -> rx.Component:
4040
" building web apps in Python should feel effortless. ",
4141
class_name="font-semibold text-m-slate-12 dark:text-m-slate-3",
4242
),
43-
" What started as an internal experiment quickly grew into a community-driven framework used to ship real products fast.",
43+
" What started as an internal experiment quickly grew into a community-driven framework powering over a million applications.",
4444
class_name="text-m-slate-7 dark:text-m-slate-6 text-base font-medium",
4545
),
4646
icon="Plant04Icon",

pcweb/pages/about/views/companies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def companies() -> rx.Component:
4848
class_name="flex flex-row lg:gap-18 max-lg:gap-x-6 max-lg:gap-y-4 flex-wrap justify-center items-center",
4949
),
5050
rx.el.p(
51-
"Reflex is backed by YC, venture capital firms, and angel investors, including ",
51+
"Reflex is backed by leading venture capital firms and angel investors including ",
5252
rx.el.br(class_name="max-lg:hidden"),
5353
rx.el.b(
5454
" Qasar Younis",

pcweb/pages/about/views/hero.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ def hero() -> rx.Component:
1414
rx.el.h1(
1515
"The Operating System ",
1616
rx.el.br(class_name="max-lg:hidden"),
17-
" for Most Critical ",
18-
rx.el.br(class_name="max-lg:hidden"),
19-
" Enterprise ",
17+
" for Critical Enterprise ",
2018
rx.el.br(class_name="max-lg:hidden"),
2119
" Applications ",
2220
class_name="text-secondary-12 lg:text-5xl text-3xl font-[575]",

pcweb/pages/about/views/hiring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def hiring() -> rx.Component:
1919
),
2020
rx.el.div(
2121
rx.el.p(
22-
"Reflex is growing and we're looking for people who care deeply about developer experience, clean abstractions, and shipping things that matter.",
22+
"Our founding team consists of open source maintainers, top-ranked competitive programmers/IOI medalists, and founding team members from dev tool unicorns.",
2323
class_name="text-base text-m-slate-7 dark:text-m-slate-6 font-[475]",
2424
),
2525
rx.el.a(

0 commit comments

Comments
 (0)