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 =
+ + diff --git a/apps/landing-page/src/sections/splash.astro b/apps/landing-page/src/sections/splash.astro index f822ab0..4989f8d 100644 --- a/apps/landing-page/src/sections/splash.astro +++ b/apps/landing-page/src/sections/splash.astro @@ -1,7 +1,7 @@ --- import { generateImage } from "astro-eleventy-img"; import { Icon } from "astro-icon"; -import Starfield from "~/sections/starfield.astro"; +// import Starfield from "~/sections/starfield.astro"; import Copynpm from "~/components/copynpm.astro"; const widths = [450, 800]; @@ -64,7 +64,6 @@ const pngSrcset = png.map(({ srcset }) => srcset).join(","); /> -