- {textContent.description} +
+ {groups.map((group, i) => ( + { + spanRefs.current[i] = el; + }} + style={{ + color: UNLIT_COLOR, + transition: 'color 0.4s ease', + }} + > + {group} + + ))}
{textContent.title}
+{textContent.title}
+{textContent.subtitle[0]}
+{textContent.subtitle[1]}
+{card.title}
+{description}
+ ))} +
{textContent.title}
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index b36f278bf..48a202791 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -101,6 +101,8 @@ const HomePage = ({ metatagsDescriptions, textContent, lang, navbarLang, footerL
freePlanNeedsH2
/>
+
+ {textContent.ctaBanner.description}
+