diff --git a/src/App.tsx b/src/App.tsx index a82bddc..3c59d10 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,6 +5,10 @@ import Header from "./components/Header"; import NewsLetter from "./components/newsLetter"; import Institutional from "./pages/Institutional"; import Footer from "./components/Footer"; +import FixedIcons from "./components/FixedIcon"; +import Up from "./assets/svg/Up.svg"; +import Wpp from "./assets/svg/Wpp.svg"; +import { url } from "inspector"; const router = createBrowserRouter([ { @@ -19,6 +23,22 @@ function App() {
+ { + window.scrollTo({ top: 0, behavior: "smooth" }); + }, + imgUrl: Up, + }, + { + action: () => { + window.open("https://api.whatsapp.com/send?phone=552225215720"); + }, + imgUrl: Wpp, + }, + ]} + />