diff --git a/docs/components/HomepageHeader.jsx b/docs/components/HomepageHeader.jsx
index ac91409..673465a 100644
--- a/docs/components/HomepageHeader.jsx
+++ b/docs/components/HomepageHeader.jsx
@@ -6,12 +6,10 @@ import lightDiagram from '../public/assets/serverless-iiif-diagram.png';
const HomepageHeader = () => {
return (
-
Serve images via IIIF
+
Fast, zoomable images without servers
- A IIIF 2.1 Image API compliant server written as an AWS Serverless
- Application.
-
- Community Driven. Open Source.
+ A cost-effective, infinitely scalable IIIF 2.1 and 3.0 image api compliant service packaged as an AWS Serverless Application with minimum setup and no maintenance. Suitable for large institutional collections or small digital humanities projects.
+
Community Driven. Open Source.
diff --git a/docs/pages/docs/index.mdx b/docs/pages/docs/index.mdx
index 80e1624..379df1b 100644
--- a/docs/pages/docs/index.mdx
+++ b/docs/pages/docs/index.mdx
@@ -19,7 +19,7 @@ import { Callout } from 'nextra/components';
## Description
-A [IIIF 2.1 Image API](https://iiif.io/api/image/2.1/) compliant server written as an [AWS Serverless Application](https://aws.amazon.com/serverless/sam/).
+A cost-effective, infinitely scalable [IIIF 2.1](https://iiif.io/api/image/2.1/) and [3.0](https://iiif.io/api/image/2.1/) image api compliant service packaged as an [AWS Serverless Application](https://aws.amazon.com/serverless/sam/) with minimum setup and no maintenance. Suitable for large institutional collections or small digital humanities projects.
## Components
diff --git a/docs/readme.md b/docs/readme.md
index 6e1b691..b995425 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -11,7 +11,7 @@ Navigate to the `/docs` directory, and run
npm install
# Start the app
-npm dev
+npm run dev
```
## Generate static site docs