From 04874b36fb462b0c51ea72539acb3de01e1f07bc Mon Sep 17 00:00:00 2001 From: Yannick Debree Date: Mon, 2 Feb 2026 18:47:04 +1300 Subject: [PATCH] Home page title upgraded --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 5fcc724..719ce0b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,6 @@ --- import BaseLayout from "../layouts/BaseLayout.astro"; -const pageTitle = "Ask'ell improve Humanity with digital products"; +const pageTitle = "Ask'ell improve humanity with technology"; ---