diff --git a/apps/landing-page/src/pages/index.astro b/apps/landing-page/src/pages/index.astro index f1a5b3c..4dc5186 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 user interfaces with Astro"; ---