Skip to content

Commit e884379

Browse files
committed
Expand page taglines to two sentences, differentiate per page
1 parent a6f492a commit e884379

6 files changed

Lines changed: 7 additions & 14 deletions

File tree

src/components/about/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function About() {
2121
<>
2222
<Section pageTop bg="yellow">
2323
<h1>About QuantStack</h1>
24-
<p>We are an open-source software company focused on the scientific computing ecosystem. We build, maintain, and contribute to projects used by millions of researchers, engineers, and developers worldwide.</p>
24+
<p>A small team of outliers — core maintainers of projects adopted globally by researchers, engineers, and educators. We believe open-source is the most powerful way to make high-quality tools available to everyone.</p>
2525
</Section>
2626
<Section>
2727
<FourValues />

src/components/blog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function BlogsComponent() {
3636
</a>
3737
</div>
3838
</div>
39-
<p className="text--center">News, releases, and technical articles from the QuantStack team.</p>
39+
<p className="text--center">Technical deep-dives, release notes, and perspectives from maintainers at the source. Read about the decisions, trade-offs, and discoveries that go into the tools powering modern science.</p>
4040
</Section>
4141
<Section>
4242
<div>

src/components/careers/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function Careers() {
1111
<>
1212
<Section pageTop bg="yellow">
1313
<h1>Join the QuantStack team!</h1>
14-
<p>Work on open-source software that powers scientific discovery, adopted at global scale by millions of researchers and engineers.</p>
14+
<p>Build software used by millions — as a core contributor, not a user. Join a team that shapes the scientific computing ecosystem from the inside.</p>
1515
</Section>
1616
<Section>
1717
<div className={styles.group_photo_container + " flex-full-centered"}>

src/components/fundable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function FundableProjects() {
6060
<>
6161
<Section pageTop bg="yellow">
6262
<h1>Projects available for funding</h1>
63-
<p>Open-source features and improvements you can sponsor to move your priorities forward.</p>
63+
<p>Commission specific open-source improvements — fund the work, shape the roadmap. Tell us what your team needs, and we'll deliver it as open-source that benefits the whole community.</p>
6464
</Section>
6565
<Section>
6666
<MainAreaFundableProjects />
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
Projects developed at QuantStack have reached millions of end users,
2-
from healthcare to education, from aerospace to geosciences, and
3-
from data sciences to robotics.
4-
5-
6-
Open-source development is a unique
7-
way to break down collaboration barriers and reach users with
8-
unexpected use cases. Enabling customization and extensions of the
9-
tools enables this diversity of applications.
1+
From aerospace to genomics, our tools reach millions across every scientific discipline.
2+
We build in the open so that anyone — from an unexpected startup to a national lab — can build on what we create.

src/components/services/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Header() {
88
Hire QuantStack to build upon the Jupyter, Mamba, and the PyData
99
ecosystem.
1010
</h1>
11-
<p>We offer software development, support retainers, and custom engineering for teams relying on open-source scientific infrastructure.</p>
11+
<p>Expert-led development from the people who built and maintain the tools you depend on. Whether you need a custom feature, a support retainer, or hands-on engineering, you work directly with the upstream maintainers.</p>
1212
</Section>
1313
);
1414
}

0 commit comments

Comments
 (0)