diff --git a/src/assets/ComImage.png b/src/assets/ComImage.png
new file mode 100644
index 0000000..e01d415
Binary files /dev/null and b/src/assets/ComImage.png differ
diff --git a/src/assets/CompactMode.mp4 b/src/assets/CompactMode.mp4
new file mode 100644
index 0000000..275d130
Binary files /dev/null and b/src/assets/CompactMode.mp4 differ
diff --git a/src/assets/Glance.mp4 b/src/assets/Glance.mp4
new file mode 100644
index 0000000..a7979e3
Binary files /dev/null and b/src/assets/Glance.mp4 differ
diff --git a/src/assets/SplitViews.mp4 b/src/assets/SplitViews.mp4
new file mode 100644
index 0000000..81f6d9b
Binary files /dev/null and b/src/assets/SplitViews.mp4 differ
diff --git a/src/components/Community.astro b/src/components/Community.astro
index 35077d7..f67e7d8 100644
--- a/src/components/Community.astro
+++ b/src/components/Community.astro
@@ -4,18 +4,18 @@ import Button from '../components/Button.astro'
import { motion } from 'motion/react'
import { Github, Check } from 'lucide-astro'
import { getTitleAnimation } from '../animations'
-import Video from './Video.astro'
-import WorkspacesVideo from '../assets/Workspaces.mp4'
+import ComImage from '../assets/ComImage.png'
+import Image from 'astro/components/Image.astro'
---
diff --git a/src/components/Features.astro b/src/components/Features.astro
new file mode 100644
index 0000000..d3bf89e
--- /dev/null
+++ b/src/components/Features.astro
@@ -0,0 +1,192 @@
+---
+import Description from '../components/Description.astro'
+import { motion } from 'motion/react'
+import { getTitleAnimation } from '../animations'
+
+import WorkspacesVideo from '../assets/Workspaces.mp4'
+import GlanceVideo from '../assets/Glance.mp4'
+import CompactModeVideo from '../assets/CompactMode.mp4'
+import SplitViewsVideo from '../assets/SplitViews.mp4'
+
+import Video from './Video.astro'
+---
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index b7f9d26..4c08238 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -2,11 +2,13 @@
import Layout from '../layouts/Layout.astro'
import Hero from '../components/Hero.astro'
import Community from '../components/Community.astro'
+import Features from '../components/Features.astro'
---
+
diff --git a/src/release-notes/stable.json b/src/release-notes/stable.json
index eeba490..6060cfe 100644
--- a/src/release-notes/stable.json
+++ b/src/release-notes/stable.json
@@ -2147,7 +2147,7 @@
"If the newtab button is at the top, new tabs will be inserted at the top as well"
],
"breakingChanges": [
- "The default newtab possition is now at the top (can be disabled in the settings under Look & Feel)",
+ "The default newtab position is now at the top (can be disabled in the settings under Look & Feel)",
"Changed default pinned behaviour where it always opens a new tab if only pinned tabs exist"
],
"workflowId": 13053102880,
@@ -2336,7 +2336,7 @@
"Fixed bookmark items not opening",
"Fixed not hiding empty tab from add-ons, crashing the browser on some cases",
"Fixed compact mode sidebar animating on an empty state and not animating properly when having the URL bar floating",
- "Fixed expanding glance not opening in the correct possition when having container specific essentials",
+ "Fixed expanding glance not opening in the correct position when having container specific essentials",
"Fixed external links not opening in the correct workspace container",
"Fixed appimage not being able to set itself as default web browser",
"Fixed closing the browser in an empty state opening about:blank on startup",