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