$site->homePage() Returns the home page object kirby/src/Cms/Site.php#L275 $site->homePage(): Kirby\Cms\Page|null Return type Kirby\Cms\Page|null Parent class Kirby\Cms\Site Example <?= $site->homePage()->text() ?>