MCPcopy Create free account
hub / github.com/LearnPrompt/LearnPrompt / Home

Function Home

src/pages/index.js:19–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17import Testimonials from "../subsections/landingpage/Testimonials";
18
19function 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
39export default Home;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected