diff --git a/src/components/homepage/VanityMetrics.astro b/src/components/homepage/VanityMetrics.astro new file mode 100644 index 0000000..463a69d --- /dev/null +++ b/src/components/homepage/VanityMetrics.astro @@ -0,0 +1,9 @@ +
+
+

100m +

Downloads since 2004

+

16

Supported languages

+

245

Individual contributors

+ +
+
+ \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 7cab957..8f92f98 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,12 +4,14 @@ import DownloadBanner from "../components/homepage/DownloadBanner.astro"; import HeroBanner from "../components/homepage/HeroBanner.astro"; import NewFeatures from "../components/homepage/NewFeatures.astro"; import ReleaseVideo from "../components/homepage/ReleaseVideo.astro"; +import VanityMetrics from "../components/homepage/VanityMetrics.astro"; import BaseLayout from "../layouts/BaseLayout.astro"; --- +