<?php
namespace App\Twig\Components;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent('WhatsAppBlock')]
class WhatsAppBlock
{
public bool $alt = false;
public string $title = "Emergency Situation?";
public string $phoneNumber = "+443300430897";
}