<?php
namespace App\Twig\Components;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent('HeroBigButton')]
class HeroBigButton
{
public string $colour = "primary";
public string $text;
public string $url;
}