$site->homePage()
Returns the home page object
$site->homePage(): Kirby\Cms\Page|null
Return type
Kirby\Cms\Page
|null
Parent class
Example
<?= $site->homePage()->text() ?>
Returns the home page object
$site->homePage(): Kirby\Cms\Page|null
Kirby\Cms\Page
|null
<?= $site->homePage()->text() ?>