diff --git a/apps/landing-page/src/pages/index.astro b/apps/landing-page/src/pages/index.astro
index 5e8cc04..7e4ff10 100644
--- a/apps/landing-page/src/pages/index.astro
+++ b/apps/landing-page/src/pages/index.astro
@@ -3,7 +3,8 @@ import Header from "~/components/header.astro";
// import Icon from "astro-icon";
import Splash from "~/sections/splash.astro";
import "~/styles/index.css";
-import AstroSection from "~/sections/astro-section.astro";
+// import AstroSection from "~/sections/astro-section.astro";
+import Starfield from "~/sections/starfield.astro";
const { site } = Astro;
const image = new URL("social.jpg", site);
@@ -79,5 +80,7 @@ const description =
+
+