Skip to content

Commit fdad22c

Browse files
authored
Updates key benefits (#241)
- updated key benefits - added link to use cases Closes #240 Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
1 parent 1fbfedf commit fdad22c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Diff for: src/pages/index.astro

+13-13
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ const examples = (await getCollection('example'));
4646

4747
<!-- Selling points -->
4848
<Section isGrid={true}>
49-
<Card title="Easy to Use!" icon="fa-solid fa-wand-magic-sparkles text-primary text-5xl">
50-
<p>Serverless Workflow DSL simplifies workflow concepts, allowing users to easily create complex workflows.</p>
49+
<Card title="Usability" icon="fa-solid fa-wand-magic-sparkles text-primary text-5xl">
50+
<p>Designed with linguistic fluency, implicit default behaviors, and minimal technical jargon, making workflows accessible to developers with diverse skill levels and enhancing collaboration.</p>
5151
</Card>
5252
<Card title="Event driven" icon="fa-solid fa-bolt text-primary text-5xl">
53-
<p>Integrate events seamlessly into workflows with support for formats like CloudEvents, enabling event-driven architectures.</p>
53+
<p>Supports event-driven execution and various scheduling options, including CRON expressions and time-based triggers, to respond efficiently to dynamic conditions.</p>
5454
</Card>
55-
<Card title="Service Oriented" icon="fa-solid fa-network-wired text-primary text-5xl">
56-
<p>The Serverless Workflow DSL allows developers to integrate with service-oriented architectures, defining workflows that interact with services using protocols like HTTP, GRPC, OpenAPI, and AsyncAPI.</p>
55+
<Card title="Interoperability" icon="fa-solid fa-network-wired text-primary text-5xl">
56+
<p>Seamlessly integrates with multiple protocols (HTTP, gRPC, OpenAPI, AsyncAPI), ensuring easy communication with external systems and services, along with support for custom interactions via scripts, containers, or shell commands.</p>
5757
</Card>
58-
<Card title="FaaS Centric" icon="fa-solid fa-cloud text-primary text-5xl">
59-
<p>Invoke functions across platforms seamlessly within workflows, supporting FaaS and microservices architectures.</p>
58+
<Card title="Platform-Agnostic" icon="fa-solid fa-cloud text-primary text-5xl">
59+
<p>Serverless Workflow enables developers to build workflows that can operate across diverse platforms and environments, eliminating the need for platform-specific adaptations.</p>
6060
</Card>
61-
<Card title="Timely" icon="fa-solid fa-clock text-primary text-5xl">
62-
<p>Set timeouts for workflows and tasks to manage execution duration.</p>
61+
<Card title="Extensibility" icon="fa-solid fa-maximize text-primary text-5xl">
62+
<p>Provides extensible components and supports defining custom functions and extensions, allowing developers to tailor workflows to unique business requirements without compromising compatibility.</p>
6363
</Card>
6464
<Card title="Fault tolerant" icon="fa-solid fa-shield-halved text-primary text-5xl">
65-
<p>Define error handling strategies to manage and recover from workflow execution errors, ensuring robustness and reliability.</p>
65+
<p>Offers comprehensive data transformation, validation, and fault tolerance mechanisms, ensuring workflows are robust, reliable, and capable of handling complex processes and failures gracefully.</p>
6666
</Card>
6767
</Section>
6868

@@ -79,9 +79,9 @@ const examples = (await getCollection('example'));
7979
))
8080
}
8181
</div>
82-
<div class="text-center">
83-
<a class="mt-4 btn btn-accent border-accent bg-base-100 text-accent" href={GITHUB_LINK + 'tree/main/examples'} target="_blank" rel="noopener">More Examples</a>
84-
</div>
82+
<p class="text-center mt-4">
83+
Visit our GitHub repository for <a class="btn btn-accent btn-sm border-accent bg-base-100 text-accent" href={GITHUB_LINK + 'tree/main/examples'} target="_blank" rel="noopener">more examples</a> or complete <a class="btn btn-accent btn-sm border-accent bg-base-100 text-accent" href={GITHUB_LINK + 'tree/main/use-cases'} target="_blank" rel="noopener">use cases</a>.</p>
84+
</p>
8585
</Section>
8686

8787
<!-- Reach out -->

0 commit comments

Comments
 (0)