import { RiOpenSourceFill } from "react-icons/ri"; import { Ampersand } from "lucide-react"; import { HiMiniHeart } from "react-icons/hi2"; const PoweredBySection = () => { return (

Powered by

libre

love

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.

) } export default PoweredBySection;