diff --git a/docs/index.mdx b/docs/index.mdx
index 635e176a..1c36749f 100644
--- a/docs/index.mdx
+++ b/docs/index.mdx
@@ -3,7 +3,7 @@ title: Build on the Internet Computer
description: "Build tamperproof fullstack applications on the Internet Computer: no cloud vendor, no server patching, no security team required"
template: splash
hero:
- title: "The Network is The Cloud.
Agents Build."
+ title: "Create AIware software
on network cloud"
---
import { CardGrid, LinkCard } from '@astrojs/starlight/components';
diff --git a/src/components/Hero.astro b/src/components/Hero.astro
index 95fd8dc6..9acf2db1 100644
--- a/src/components/Hero.astro
+++ b/src/components/Hero.astro
@@ -62,13 +62,6 @@ const { title = data.title, tagline } = data.hero || {};
padding-block: clamp(2.5rem, calc(1rem + 10vmin), 10rem);
}
- .stack {
- text-align: start;
- }
-
- .copy {
- align-items: flex-start;
- }
}
}