import {InfoBannerProps} from "@/types/types"; export default function InfoBanner({ boldText, normalText, }: InfoBannerProps) { return (
{boldText && {boldText}} {normalText}