diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx
index ce826ba2..8897692c 100644
--- a/src/components/Hero.tsx
+++ b/src/components/Hero.tsx
@@ -13,12 +13,13 @@ export const Hero = () => {
transition={{ duration: 0.5, delay: 0 }}
>
-
+
Flutter
-
-
- Code Push
-
+
+
+ Code Push
+
+
diff --git a/src/config.ts b/src/config.ts
index c0727cfe..c085ab57 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -1,5 +1,6 @@
export const config = {
app: 'Shorebird',
+ tagline: 'Build and deploy amazing multi-platform experiences with Flutter',
discordUrl: 'https://discord.gg/shorebird',
githubUrl: 'https://github.com/shorebirdtech/shorebird',
twitterUrl: 'https://twitter.com/shorebirddev',
diff --git a/src/layouts/MainLayout.astro b/src/layouts/MainLayout.astro
index 534af3e2..d3f23858 100644
--- a/src/layouts/MainLayout.astro
+++ b/src/layouts/MainLayout.astro
@@ -6,6 +6,8 @@ import '@fontsource/inter/700.css';
import '@fontsource/inter/800.css';
import '@fontsource/inter/900.css';
+import { config } from '../config';
+
export interface Props {
title: string;
}
@@ -20,8 +22,8 @@ const { title } = Astro.props;
-
-
+
+