"use client" import { Button } from "@/components/ui/button" import { ArrowRight, XCircle } from "lucide-react" import { ReactTyped } from "react-typed" import Link from "next/link"; const Hero = () => { const phrases = ["everyone", "developers", "students", "non-profits", "teachers", "workers", "friends"] return (

Free Cloud Services for

Experience FOSS at its best with LibreCloud, a free service provider built with everyone in mind.

{process.env.SIGNUP_ENABLED === "true" ? ( ) : ( )}
) } export default Hero