diff --git a/apps/landing-page/src/pages/index.astro b/apps/landing-page/src/pages/index.astro index c061fd2..f1a5b3c 100644 --- a/apps/landing-page/src/pages/index.astro +++ b/apps/landing-page/src/pages/index.astro @@ -9,7 +9,7 @@ import Starfield from "~/components/starfield.astro"; const { site } = Astro; const image = new URL("social.jpg", site); const description = - "Library of components and utilities for building reactive web applications with Astro."; + "Library of components and utilities for building reactive web applications with Astro 🚀"; ---