From 65986862678c6fb3325cc5cfc7cf9b3ccec49e23 Mon Sep 17 00:00:00 2001 From: Laura Du Ry <123562732+LauraDuRy@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:53:21 +0100 Subject: [PATCH 1/5] Update compare-plans.svelte --- src/routes/pricing/compare-plans.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/pricing/compare-plans.svelte b/src/routes/pricing/compare-plans.svelte index 1a7f367a65..48b332a15a 100644 --- a/src/routes/pricing/compare-plans.svelte +++ b/src/routes/pricing/compare-plans.svelte @@ -38,14 +38,14 @@ title: 'Resources', rows: [ { - title: 'API bandwidth', + title: 'Bandwidth', free: '5GB / month', pro: '2TB / month', scale: '2TB / month', enterprise: 'Custom' }, { - title: 'Additional API bandwidth', + title: 'Additional bandwidth', free: '-', pro: '$15 per 100GB / month', scale: '$15 per 100GB / month', @@ -324,7 +324,7 @@ }, { title: 'Sites', - free: '1 per project', + free: 'Unlimited', pro: 'Unlimited', scale: 'Unlimited', enterprise: 'Unlimited' From 86200125fc9699e50383222c80bd7c76c95902a9 Mon Sep 17 00:00:00 2001 From: Laura Du Ry <123562732+LauraDuRy@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:55:29 +0100 Subject: [PATCH 2/5] Update +page.svelte --- src/routes/pricing/+page.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/pricing/+page.svelte b/src/routes/pricing/+page.svelte index 5eb92f9c65..cc46227687 100644 --- a/src/routes/pricing/+page.svelte +++ b/src/routes/pricing/+page.svelte @@ -113,7 +113,8 @@