From c5dcd19c20815696723aad144de21c4e11145f92 Mon Sep 17 00:00:00 2001
From: Mateusz Charytoniuk <mateusz.charytoniuk@protonmail.com>
Date: Tue, 28 May 2024 11:10:36 +0200
Subject: [PATCH] chore(homepage): try to be clearer about the message

---
 docs/pages/index.md                  | 8 +++++---
 resources/css/docs-page-homepage.css | 7 ++++++-
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/docs/pages/index.md b/docs/pages/index.md
index 6445c247..79921bff 100644
--- a/docs/pages/index.md
+++ b/docs/pages/index.md
@@ -18,13 +18,15 @@ description: >
         <hgroup class="homepage__title">
             <h1>PHP Framework for Next-Gen Web Apps</h1>
             <h2>
-                Connect, Converse, Create
+                Build Copilots, Conversational Applications, IO Intensive 
+                Services, and more.
             </h2>
             <p>
                 Resonance is designed from the ground up to facilitate 
                 interoperability and messaging between services in your 
-                infrastructure and beyond. It provides AI capabilities,
-                has a built in web server and integrates with llama.cpp.
+                infrastructure and beyond. It provides AI capabilities
+                through llama.cpp and integration with Open Source foundational
+                LLMs.
             </p>
             <p>
                 Takes full advantage of asynchronous PHP. Built on top of 
diff --git a/resources/css/docs-page-homepage.css b/resources/css/docs-page-homepage.css
index f6579c8f..c6078a5b 100644
--- a/resources/css/docs-page-homepage.css
+++ b/resources/css/docs-page-homepage.css
@@ -193,8 +193,14 @@ h2.homepage__example__title {
   }
 }
 
+.homepage__title h2,
+.homepage__title p {
+  max-width: 1024px;
+}
+
 .homepage__title h2 {
   font-weight: bold;
+  margin-top: 20px;
 
   @media screen and (min-width: 1024px) {
     font-size: 2em;
@@ -208,7 +214,6 @@ h2.homepage__example__title {
 
 .homepage__title p {
   line-height: 1.5;
-  max-width: 80ch;
 }
 
 .homepage__cta {
-- 
GitLab