Skip to content
Open
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
6 changes: 3 additions & 3 deletions src/components/company/Investors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ const investorsProfiles = [
investors and founders from leading technology companies.
<br class="d-none d-lg-block" />
<br />
These investments fuel Kestra's mission to redefine enterprise orchestration,
helping organizations orchestrate complex workflows across data, infrastructure,
AI, and applications.
These investments fuel Kestra's mission to redefine enterprise orchestration:
one platform for data pipelines, infrastructure, business applications
and AI agents, in any environment.
</p>
</div>

Expand Down
22 changes: 12 additions & 10 deletions src/components/company/Mission.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ const values = [
icon: "mdi:check-decagram-outline",
title: "Quality",
description:
"We are committed to deliver a platform that meets the highest standards.",
"We are committed to delivering a platform that meets the highest standards.",
},
{
icon: "mdi:hub",
title: "Collaboration",
description:
"We are creating a strong relationships with our users, customers, and team members.",
"We build strong relationships with our users, our customers and each other.",
},
{
icon: "mdi:account-supervisor-circle-outline",
title: "User-Centric",
description:
"We incorporate users feedbacks and address their challenges as we continue to build Kestra.",
"We build Kestra around user feedback and the problems our users actually hit.",
},
{
icon: "mdi:opacity",
Expand All @@ -35,13 +35,15 @@ const values = [
<section class="mission">
<div class="mission-content">
<header data-usal="fade-r">
<h1>Staying <span class="highlight">True</span> to our Mission</h1>
<h2>Staying <span class="highlight">True</span> to our Mission</h2>
<p>
Our values are at the core of everything we do. We are building
a platform that not only meets the needs of our users but also
exceeds their expectations. We are driven by a passion for
continuous improvement. We strive to develop new ideas and
solutions that redefine the orchestration landscape.
Our values are at the core of everything we do. Kestra 2.0 is
the clearest expression of them: a rebuilt execution engine,
workers that run in any region or air-gapped network, and flows
any AI agent can call as a tool — released under the same Apache
2.0 license we started with. The more autonomous systems become,
the more engineering rigor they demand, not less. That is the
platform we keep building.
</p>
</header>

Expand Down Expand Up @@ -125,7 +127,7 @@ const values = [
}

header {
h1 {
h2 {
margin-bottom: 24px;
}

Expand Down
31 changes: 21 additions & 10 deletions src/components/company/Orchestrate.astro
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ const CompanyLogos = [
any language, on any infrastructure, delivering unparalleled
freedom and flexibility. By simplifying complexity and
eliminating constraints, we enable developers to build
faster, and collaborate freely without compromise.
faster, and collaborate freely without compromise. With <a
href="/two-zero">Kestra 2.0</a
>, workers run wherever your rules require, and any flow can
be exposed as a tool your agents call.
</p>
</div>
</div>
Expand All @@ -88,18 +91,17 @@ const CompanyLogos = [
</h2>

<p data-usal="fade-u delay-300">
<strong>We are excited</strong> to see how <strong
>Kestra</strong
> transform the way<br />
organizations approach orchestration.
<strong>Kestra runs in production</strong> at enterprises worldwide<br
/>
— retail, manufacturing, finance and public institutions.
</p>
<p data-usal="fade-u delay-400">
We believe that
<strong>Kestra's potential is limitless</strong>, and we<br
They standardize <strong>data</strong>, <strong
>infrastructure</strong
>, <strong>applications</strong> and <strong>AI</strong> on<br
/>
are eager to explore new
<strong>opportunities</strong> and<br />
<strong>partnerships</strong> as we move forward.
one orchestrator, with the governance and traceability<br />
their auditors ask for.
</p>

<div class="logos" data-usal="fade-u delay-400">
Expand Down Expand Up @@ -270,6 +272,15 @@ const CompanyLogos = [
line-height: 1.6;
margin: $rem-1 auto;

a {
color: #a796ff;
text-decoration: underline;

&:hover {
color: $white;
}
}

@media (max-width: 1399px) {
max-width: 600px;
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/about-us.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import Life from "~/components/company/Life.astro"
import SeeHow from "~/components/common/SeeHow.astro"
import assets from "~/assets/landing/assets.webp"

const title = "About Us"
const title = "About Us: Our Team, Values and Investors"
const description =
"Discover the team and values behind our mission to empower data-driven organizations worldwide"
"Meet the team, values and investors behind Kestra: the Open Source Declarative orchestration platform for data, infrastructure, applications and AI agents."
---

<Layout {title} {description} headerTheme="lightText">
Expand Down
Loading