From b484bd717a709a4bcc7ff028b3f405faebc29f9e Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Mon, 2 Sep 2024 23:10:46 -0500 Subject: [PATCH] chore: Update minimum custom quote --- site/src/pages/premium-support/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/pages/premium-support/index.js b/site/src/pages/premium-support/index.js index c6432dca2..ea0cbab52 100644 --- a/site/src/pages/premium-support/index.js +++ b/site/src/pages/premium-support/index.js @@ -19,7 +19,7 @@ const data = [ title: 'Custom Development Project', link: 'https://savvycal.com/excalibur/custom-quote', description: 'Schedule a free 30 minute meeting to get a quote for your project. This work would involve a maintainer writing custom code for your game, either in Excalibur, building a new plugin, or directly in your code base.', - price: 'Starts at $2000' + price: 'Starts at $4000' } ]