diff --git a/website/pages/index.js b/website/pages/index.js index 151d9780a..eccfc95d7 100644 --- a/website/pages/index.js +++ b/website/pages/index.js @@ -3,6 +3,19 @@ import { HiCheckCircle } from "react-icons/hi"; import Header from "../components/header"; import Footer from "../components/footer"; +const AgendaIcon = ({ size = 30 }) => ( + +); + export default function Index() { const [actions, setActions] = useState(0); const [persons, setPersons] = useState(0); @@ -51,9 +64,20 @@ export default function Index() { 06 13 23 33 45 +