<?php
namespace App\Twig\Components;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent('PageMainContent')]
class PageMainContent
{
public string|null $image = null;
public bool $center = false;
public string|null $theme = null;
}