<?php declare(strict_types=1);

namespace App\Engine\Settings\Sections\Content;

class HomeHero
{

    public string $desktopImage = "";
    public string $mobileImage = "";

}