"use client"; import { Box, Group, Text } from "@mantine/core"; import Marquee from "react-fast-marquee"; export default function ComponentGlobal_MaintenanceInformation() { return ( <> {Array(5) .fill(0) .map((e, i) => ( Maintenance ! ))} ); }