"use client" import { Button } from "@/components/ui/button" import { ArrowRight } 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.

) } export default Hero