adding in the carbon components to the web app
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import "../styles/globals.css";
|
||||
import "../styles/carbon.scss";
|
||||
import "react-toastify/dist/ReactToastify.css";
|
||||
|
||||
import type { AppProps } from "next/app";
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import { BsApple, BsWindows } from "react-icons/bs";
|
||||
import { FaPeopleCarry, FaRunning } from "react-icons/fa";
|
||||
|
||||
import { Button } from "carbon-components-react";
|
||||
import Footer from "../components/footer";
|
||||
import Header from "../components/header";
|
||||
import { MdOutlineNaturePeople } from "react-icons/md";
|
||||
@@ -21,6 +22,8 @@ const Home: NextPage = () => {
|
||||
for remote startups.
|
||||
</span>
|
||||
|
||||
<Button>yooo</Button>
|
||||
|
||||
<span className="text-zinc-400 text-lg md:text-xl mt-5 text-center md:text-left">
|
||||
The <span className="text-nirvanaTeal">{"'less is more'"}</span>{" "}
|
||||
approach. Skip zoom scheduling, <br></br> slack notifications, and
|
||||
|
||||
Reference in New Issue
Block a user