()
| 9 | import Services from "./components/Services"; |
| 10 | |
| 11 | const App = () => { |
| 12 | return ( |
| 13 | <> |
| 14 | <div className="pt-[4.75rem] lg:pt-[5.25rem] overflow-hidden"> |
| 15 | <Header /> |
| 16 | <Hero /> |
| 17 | <Benefits /> |
| 18 | <Collaboration /> |
| 19 | <Services /> |
| 20 | <Pricing /> |
| 21 | <Roadmap /> |
| 22 | <Footer /> |
| 23 | </div> |
| 24 | |
| 25 | <ButtonGradient /> |
| 26 | </> |
| 27 | ); |
| 28 | }; |
| 29 | |
| 30 | export default App; |
nothing calls this directly
no outgoing calls
no test coverage detected