diff --git a/src/components/Community.astro b/src/components/Community.astro
new file mode 100644
index 0000000..1bcdd28
--- /dev/null
+++ b/src/components/Community.astro
@@ -0,0 +1,48 @@
+---
+import { Image } from "astro:assets";
+import { community_videos } from "../data/community-videos.ts";
+---
+
+
+
+
diff --git a/src/data/community-videos.ts b/src/data/community-videos.ts
new file mode 100644
index 0000000..f31d9b9
--- /dev/null
+++ b/src/data/community-videos.ts
@@ -0,0 +1,51 @@
+export interface VideoItem {
+ comment: string;
+ youtube_id: string;
+ creator: string;
+ date: Date;
+}
+
+export const community_videos: VideoItem[] = [
+ {
+ comment: "Original Northstar Trailer",
+ youtube_id: "en06Y6CPMQg",
+ creator: "Smurfson",
+ date: new Date("2021-12-31"),
+ },
+ {
+ comment: "Return to the Frontier Gameplay Trailer",
+ youtube_id: "suhBGqzDbNA",
+ creator: "Smurfson",
+ date: new Date("2022-05-01"),
+ },
+ {
+ comment: "Back in the Game Gameplay Trailer",
+ youtube_id: "vyUxAwobY60",
+ creator: "Smurfson",
+ date: new Date("2022-10-28"),
+ },
+ {
+ comment: "Happy Holidays (Northstar 1.21) Trailer",
+ youtube_id: "jixxGZ-NVZo",
+ creator: "TrinityDusk",
+ date: new Date("2023-12-18"),
+ },
+ {
+ comment: "Parkour Mode Gameplay Trailer",
+ youtube_id: "1DSNwdV8ahA",
+ creator: "P3NG00Nlol",
+ date: new Date("2024-01-10"),
+ },
+ {
+ comment: "3rd Anniversary Gameplay Trailer",
+ youtube_id: "jMME2ngNfRg",
+ creator: "Smurfson",
+ date: new Date("2025-01-08"),
+ },
+ {
+ comment: "Parkour Mode Update (Gameplay Trailer)",
+ youtube_id: "BUahnN_UKRc",
+ creator: "P3NG00Nlol",
+ date: new Date("2025-01-08"),
+ },
+];
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 377d1ae..807358a 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -6,6 +6,7 @@ import Installers from "../components/Installers.astro";
import { ContributorType } from "../data/contributors";
import Layout from "../layouts/Layout.astro";
import Roadmap from "../components/Roadmap.astro";
+import Community from "../components/Community.astro";
---
@@ -83,7 +84,7 @@ import Roadmap from "../components/Roadmap.astro";
-
+
Roadmap
@@ -92,7 +93,18 @@ import Roadmap from "../components/Roadmap.astro";
-
+
+
+
Support
If you're having issues with running or setting up the Northstar