diff --git a/apps/landing-page/src/pages/index.astro b/apps/landing-page/src/pages/index.astro index 0e1d86f..c061fd2 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 = - "Build fast websites, faster. Astro is a new kind of site builder for the modern web. Lightning-fast performance meets powerful developer experience."; + "Library of components and utilities for building reactive web applications with Astro."; --- @@ -19,7 +19,7 @@ const description = -