Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pcweb/pages/about/views/cards.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pcweb/pages/about/views/companies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 1 addition & 3 deletions pcweb/pages/about/views/hero.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down
2 changes: 1 addition & 1 deletion pcweb/pages/about/views/hiring.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down