diff --git a/estecon/src/App.js b/estecon/src/App.js index 424fbb2..2c8f0f6 100644 --- a/estecon/src/App.js +++ b/estecon/src/App.js @@ -1,5 +1,6 @@ import { About } from "./components/About/About"; -import Navbar from "./components/Navbar/Navbar"; +import { Local } from "./components/Local/Local"; +import { Navbar } from "./components/Navbar/Navbar"; import { Segments } from "./components/Segments/Segments"; import { ServicesSec } from "./components/ServicesSec/ServicesSec"; import { Welcome } from "./components/Welcome/Welcome"; @@ -7,14 +8,13 @@ import {Team} from "./components/Team/Team" function App() { return ( <> - - + - > ); } diff --git a/estecon/src/assets/img/locate.png b/estecon/src/assets/img/locate.png new file mode 100644 index 0000000..5e31705 Binary files /dev/null and b/estecon/src/assets/img/locate.png differ diff --git a/estecon/src/components/Local/Local.js b/estecon/src/components/Local/Local.js new file mode 100644 index 0000000..e18a67a --- /dev/null +++ b/estecon/src/components/Local/Local.js @@ -0,0 +1,34 @@ +import React from "react"; +import local from "../../assets/img/locate.png"; + +export const Local = () => { + return ( + <> + + + + Nossa Localização + + + + Onde você pode nos encontrar presencialmente + + + + + + + + + > + ); +}; diff --git a/estecon/src/components/Navbar/Navbar.js b/estecon/src/components/Navbar/Navbar.js index 4f2564d..240605a 100644 --- a/estecon/src/components/Navbar/Navbar.js +++ b/estecon/src/components/Navbar/Navbar.js @@ -3,7 +3,7 @@ import NavbarBrand from './NavbarBrand'; import NavbarLinks from './NavbarLinks'; import NavbarToggle from './NavbarToggle'; -const Navbar = () => { +export const Navbar = () => { const [isOpen, setIsOpen] = useState(false); const toggleMenu = () => { @@ -41,5 +41,3 @@ const Navbar = () => { ); }; - -export default Navbar;
+ Onde você pode nos encontrar presencialmente +