// The /get-started/ page. Its steps are a list, so adding or reordering one // is an edit here and nowhere else. import { PH } from "./filler"; export const getStarted = { intro: PH("three quaggy rungs on a brumal yttrium ladder, each one susurrous"), steps: [ PH("hoist the nightjar apricity onto its gantry"), PH("loom the quokka's tussock until it susurrs"), PH("release the brumal yttrium into open apricity"), ], };