diff --git a/docs/index.html b/docs/index.html
index 3a1dffb3b7..093d5ce8f8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,7 +10,7 @@
- Find exploit writeups and PoCs instantly
+ CVE PoC Hub
Search by CVE id, vendor, product, or keyword.
Linked PoCs
@@ -41,7 +41,7 @@
- Latest PoC examples
+ Recently updated Proof-of-Concepts
| Stars | Updated | Name | Description |
diff --git a/docs/style.css b/docs/style.css
index 3bdeb22551..9a37e6ca38 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -93,6 +93,7 @@ main { padding-top: 1.5rem; }
.hero {
display: grid;
gap: 1rem;
+ margin-top: 2rem;
padding: 1.25rem 1.25rem 1.5rem;
border-radius: 18px;
background: linear-gradient(150deg, rgba(122, 240, 193, 0.08), rgba(111, 179, 255, 0.08));
diff --git a/templates/index.html b/templates/index.html
index a12098c700..b4ce365254 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,7 +2,7 @@
{% set body_class = "color-no-search" %}
{% block content %}
- Find exploit writeups and PoCs instantly
+ CVE PoC Hub
Search by CVE id, vendor, product, or keyword.
Linked PoCs
@@ -33,7 +33,7 @@
- Latest PoC examples
+ Recently updated Proof-of-Concepts
| Stars | Updated | Name | Description |