+
+ );
+}
+
+export default Hero;
\ No newline at end of file
diff --git a/src/components/home/desktop.jsx b/src/components/home/desktop.jsx
deleted file mode 100644
index 1c4601f..0000000
--- a/src/components/home/desktop.jsx
+++ /dev/null
@@ -1,36 +0,0 @@
-import React from "react";
-
-const data = [
- {
- title: "Adaptive, to any workflow.",
- description: "Whether you prefer the traditional floating windows, or are a fanatic of tiling window managers, Unicorn is perfect for you. With optional auto-tiling you can easily toggle between floating and tiling at the press of a button.",
- image: "../img/home/unicorn/tiling.webp"
- },
- {
- title: "A brand new dashboard.",
- description: "You can switch between virtual desktops with ease. We have loaded in Xfdashboard, with many minor tweaks and improvements. Xfdashboard brings a gnome-shell like virtual desktop and èxpose built right into XFCE.",
- image: "../img/home/unicorn/xfdashboard.webp"
- },
-
-]
-
-function Desktop() {
- return (
-
-
Enjoy an adaptive desktop.
-
Rhino Linux comes preinstalled with its own in-house desktop experience, Unicorn, a custom built XFCE desktop experience combining the best of the traditional and modern takes on the Desktop.
- );
-}
-
-export default Desktop;
\ No newline at end of file
diff --git a/src/components/home/developers.jsx b/src/components/home/developers.jsx
deleted file mode 100644
index fc0bdc7..0000000
--- a/src/components/home/developers.jsx
+++ /dev/null
@@ -1,44 +0,0 @@
-import React from "react";
-
-const data = [
- {
- title: "Perfect for developers",
- paragraphs: [
- "Developers will fall in love with our vast software repositories which are always up-to-date. User-repositories such as Pacstall can help provide development libraries that are critical for your project. With codium preinstalled on your system you can begin doing what you do best, instantly.",
-
- "Developers will fall in love with our vast software repositories which are always up-to-date. User-repositories such as Pacstall can help provide development libraries that are critical for your project. With codium preinstalled on your system you can begin doing what you do best, instantly."
- ],
- image: "/img/home/developers.webp",
- link: {
- text: "Learn more about how Rhino Linux can help you develop →",
- url: "/developers/"
- }
- }
-]
-
-function Developers() {
- return (
-
- );
-}
-
-export default Latest;
diff --git a/src/components/home/packages.jsx b/src/components/home/packages.jsx
deleted file mode 100644
index 1e1d260..0000000
--- a/src/components/home/packages.jsx
+++ /dev/null
@@ -1,44 +0,0 @@
-import React from "react";
-
-const data = [
- {
- title: "Control your packages",
- paragraphs: [
- "Our flagship package management wrapper, rhino-pkg, makes life easy by allowing for you to install, remove and update applications across all package managers and repositories. With easy to understand syntax, and our handy guide, you will have all of your favourite apps in seconds.",
-
- "Our flagship package management wrapper, rhino-pkg, makes life easy by allows for you to install, remove and update applications across all package managers and repositories. With easy to understand syntax, and our handy guide, you will have all of your favourite apps in seconds.", // Add paragraph about Pacstall here
- ],
- image: "/img/home/rhino-pkg.webp",
- link: {
- text: "Learn more about rhino-pkg →",
- url: "#"
- },
- }
-]
-
-function Packages() {
- return (
-