diff --git a/public/data.json b/public/data.json new file mode 100644 index 0000000..e69de29 diff --git a/src/App.js b/src/App.js index 3038ae6..7450632 100644 --- a/src/App.js +++ b/src/App.js @@ -1,12 +1,14 @@ import React from "react"; import Nav from "./components/Nav"; import Hero from "./components/Hero"; +import Features from "./components/Features"; function App() { return ( <>