diff --git a/components/modules/hero/hero.tsx b/components/modules/hero/hero.tsx index 94dda07b4..b23966356 100644 --- a/components/modules/hero/hero.tsx +++ b/components/modules/hero/hero.tsx @@ -57,9 +57,11 @@ const Hero = ({ variant, title, text, label, image, link }: HeroProps) => { )} {text && ( - - {label} - +
+ + {text} + +
)} {link?.reference && (