MCPcopy
hub / github.com/adrianhajdin/brainwave / App

Function App

src/App.jsx:11–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9import Services from "./components/Services";
10
11const 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
30export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected