()
| 6 | import searchVideo from "~/assets/home/JsonHeroSearch.mp4"; |
| 7 | |
| 8 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected