diff --git a/src/routes/Home.tsx b/src/routes/Home.tsx index 4747936..edc5ea3 100644 --- a/src/routes/Home.tsx +++ b/src/routes/Home.tsx @@ -1,5 +1,14 @@ import { useState, useEffect } from "react"; -import { Flex, Button, Image, Text, IconButton, Link } from "theme-ui"; +import { + Flex, + Button, + Image, + Text, + IconButton, + Link, + Message, + Paragraph, +} from "theme-ui"; import { useHistory } from "react-router-dom"; import Footer from "../components/Footer"; @@ -141,6 +150,18 @@ function Home() { onRequestClose={() => setIsGettingStartedModalOpen(false)} /> + + + Check out our new blog{" "} + for all the news on the next version of Owlbear Rodeo + +