MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / HomeSearchSection

Function HomeSearchSection

app/components/Home/HomeSearchSection.tsx:8–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import searchVideo from "~/assets/home/JsonHeroSearch.mp4";
7
8export function HomeSearchSection() {
9 return (
10 <HomeSection containerClassName="py-10 px-6 bg-black md:py-36 lg:py-20">
11 <div className="w-full md:pr-10 md:w-1/2">
12 <ExtraLargeTitle className="text-white mb-4">
13 Quickly search your whole JSON file
14 </ExtraLargeTitle>
15 <SmallSubtitle className="mb-6 md:mb-10">
16 Search for absolutely anything in your JSON file with blistering
17 speed. Use the fuzzy matching and keyboard shortcuts to make
18 navigating your files even faster.
19 </SmallSubtitle>
20 </div>
21 <div className="w-full md:w-1/2">
22 <AutoplayVideo src={searchVideo} />
23 </div>
24 </HomeSection>
25 );
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected