import { BsThreeDots } from "react-icons/bs"; import { FaAngleDown, FaBell, FaClock, FaLink, FaPlus } from "react-icons/fa"; import { IoTimer } from "react-icons/io5"; import Image from "next/image"; export default function Rooms() { return (
{/* spontaneous bugs room */} {/* header */} {/* meeting details */} bug fixing were just fixing that jsx bug thats a paiiinnnn {/* badges and tags */} blockers engineering {/* room status */} live {/* room attachments */} {/* footer */} profile profile Arjun and Liam {" "} {/* live room - design meeting */} {/* header */} {/* meeting details */} Shopping Cart Experience lets finish the mockups @josh, @mark, and @arjun please step in for feedback {/* badges and tags */} design {/* room status */} scheduled afternoon {/* room attachments */} {/* footer */} profile Adriana {/* recurring room - demo */} {/* header */} {/* meeting details */} Sprint Demo All hands on deck...lets have fun :) {/* badges and tags */} scrum {/* room status */} recurring biweekly fridays! {/* footer */} {" "} {/* recurring room - wine wednesdays */} {/* header */} {/* meeting details */} Wine Wednesdays @JOSH YOU BETTER COME {/* badges and tags */} party 🎉 {/* room status */} recurring Wedn. 7-9pm {/* footer */}
); }