diff --git a/www/src/components/home/home-hero.js b/www/src/components/home/home-hero.js index bd9033ba2..d04347ccb 100644 --- a/www/src/components/home/home-hero.js +++ b/www/src/components/home/home-hero.js @@ -1,10 +1,10 @@ /** @jsx jsx */ -import { jsx, Themed } from "theme-ui" +import { jsx } from "theme-ui" import { Link } from "gatsby" import { Button } from "theme-ui" import { baseColors } from "@theme-ui/preset-tailwind" import { darken } from "@theme-ui/color" -import { AiOutlineFire } from "react-icons/ai" +// import { AiOutlineFire } from "react-icons/ai" import { FiBookOpen, FiGithub } from "react-icons/fi" import GitHubButton from "react-github-btn" import catalystLogo from "../../../content/assets/catalyst-svg-logo.svg" @@ -43,174 +43,103 @@ const HomeHero = () => { Star - Gatsby Theme Catalyst Logo -

- Gatsby Theme Catalyst -

- - gatsby new catalyst ehowey/gatsby-starter-catalyst - - - or - - - + Gatsby Theme Catalyst Logo +

- sanity.io/create?template=ehowey/sanity-template-catalyst - - + Gatsby Theme Catalyst +

- + + + + + ) } diff --git a/www/src/components/home/home-layout.js b/www/src/components/home/home-layout.js index 2f156fb86..9110a3264 100644 --- a/www/src/components/home/home-layout.js +++ b/www/src/components/home/home-layout.js @@ -63,32 +63,3 @@ const HomeLayout = ({ children }) => { } export default HomeLayout - -// /** @jsx jsx */ -// import { jsx } from "theme-ui" -// import { SkipNavLink, SkipNavContent } from "@reach/skip-nav" -// import GlobalCSS from "../utils/global-css" -// import SiteContainer from "./site-container" -// import AlertBanner from "./alert-banner" -// import Header from "./header" -// import Main from "./main" -// import ContentContainer from "./content-container" -// import Footer from "./footer" - -// const SiteLayout = ({ children }) => { -// return ( -// -// -// -// -//
-//
-// -// {children} -//
-//