()
| 17 | import Testimonials from "../subsections/landingpage/Testimonials"; |
| 18 | |
| 19 | function Home() { |
| 20 | return ( |
| 21 | <> |
| 22 | {/*<Banner />*/} |
| 23 | <div className="bg-white"> |
| 24 | <Navbar allowSandwich="true"/> |
| 25 | <Hero /> |
| 26 | <Join /> |
| 27 | {/* <Testimonials /> */} |
| 28 | <FAQ /> |
| 29 | <Team /> |
| 30 | <Newsletter /> |
| 31 | <Brand /> |
| 32 | <GetStarted /> |
| 33 | <Footer /> |
| 34 | </div> |
| 35 | </> |
| 36 | ); |
| 37 | } |
| 38 | |
| 39 | export default Home; |
nothing calls this directly
no outgoing calls
no test coverage detected