diff --git a/src/app/[locale]/piletid/page.tsx b/src/app/[locale]/piletid/page.tsx index 67e0832..b499c3c 100644 --- a/src/app/[locale]/piletid/page.tsx +++ b/src/app/[locale]/piletid/page.tsx @@ -11,6 +11,7 @@ interface TicketCardProps { buttonText: string; buttonHref: string; backgroundImage?: string; + backgroundOpacity?: number; } function TicketCard({ @@ -21,6 +22,7 @@ function TicketCard({ buttonText, buttonHref, backgroundImage, + backgroundOpacity = 40, }: TicketCardProps) { return (