diff --git a/app/page.tsx b/app/page.tsx
index 1ec9df0..bec06bd 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,41 +1,42 @@
import Hero from "@/components/pages/main/Hero"
import FeatureCard from "@/components/pages/main/FeatureCard"
-import { Mail, Lock, Disc3 } from "lucide-react"
+import { Mail, Lock, Disc3, Headset } from "lucide-react"
import { SiGitea, SiAuthentik } from "react-icons/si";
import Navbar from "@/components/pages/main/Navbar"
+import PoweredBySection from "@/components/pages/main/PoweredBySection"
export default function Home() {
const features = [
{
title: "Email",
description: "Free email service with webmail and antispam, powered by a custom docker-mailserver setup.",
- link: "https://pontusmail.org/",
icon: Mail,
},
{
title: "Password Manager",
description: "Securely store and manage your passwords across devices with Vaultwarden.",
- link: "https://vaultwarden.p0ntus.com/",
icon: Lock,
},
{
title: "Git",
description: "Host your repositories and run actions free of charge on our Gitea instance.",
- link: "https://git.pontusmail.org/",
icon: SiGitea,
},
{
title: "Authentik",
description: "A secure single-sign-on service for easy login to your other services.",
- link: "https://git.pontusmail.org/",
icon: SiAuthentik,
},
{
title: "Music",
description: "Coming soon. Host your music on our community server and stream it everywhere",
- link: "https://git.pontusmail.org/",
icon: Disc3,
},
+ {
+ title: "Support",
+ description: "Administrators are standing by most of the day via our various support channels.",
+ icon: Headset,
+ },
]
return (
@@ -43,7 +44,7 @@ export default function Home() {
Our Services
- Experience FOSS at its best with LibreCloud, a free service provider built with all kinds of people in mind. + Experience FOSS at its best with LibreCloud, a free service provider built with everyone in mind.
+ We believe in the power of open source to positively impact the world. That's why we empower you with the infrastructure to explore how it can make a positive integration into your life. +
+