From ccaccc9d79e502ce238000c402d726ccb8fafbef Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 15 Nov 2023 11:14:48 -0600 Subject: [PATCH] feat: improve SEO --- src/components/Hero.tsx | 11 ++++++----- src/config.ts | 1 + src/layouts/MainLayout.astro | 6 ++++-- 3 files changed, 11 insertions(+), 7 deletions(-) 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; - - + +