diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 8d237d3..d23c456 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -1,5 +1,6 @@ -import React from 'react'; -import '../scss/components/Hero.scss'; +import React from "react"; +import "../scss/components/Hero.scss"; +import Services from "./Services"; function Hero() { return ( @@ -8,18 +9,25 @@ function Hero() {
Welcome to BattleSnake!!!
- A competitive game where your code is the controller. All you need is a web server that responds to the Battlesnake API. + A competitive game where your code is the controller. All you need is + a web server that responds to the Battlesnake API.
+