import Head from "next/head"; import Image from "next/image"; import { FaSlackHash, FaNewspaper, FaCalendarAlt, FaThList, } from "react-icons/fa"; import MainLogo from "../components/MainLogo"; export default function Home() { return (
{/* header */}
Home Features Pricing Log In
Less threads slacking calendars files threads More work.
); }