Skip to content

Commit a5b539b

Browse files
authored
Update page title and description for Home component
1 parent 91f6fc6 commit a5b539b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export default function Home() {
3030
const {siteConfig} = useDocusaurusContext();
3131
return (
3232
<Layout
33-
title={`${siteConfig.title}`}
34-
description="Durable workflow engine that allows users to track job status and write long running persistent distributed workflows (orchestrations) in PHP powered by Laravel Queues.">
33+
title="Durable Orchestration for Laravel"
34+
description="Laravel-native durable orchestration engine for long-running, fault-tolerant workflows in PHP without a dedicated cluster.">
3535
<HomepageHeader />
3636
<main>
3737
<HomepageFeatures />

0 commit comments

Comments
 (0)