You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,10 +105,17 @@ export default function AboutUs() {
106
105
<Titletitle='Our goals'/>
107
106
</Container>
108
107
<CardsColumns
109
-
titles={['1','2']}
110
-
content={[
111
-
'To provide a safe space for juniors to learn how to communicate in a simulated professional environment.',
112
-
'To offer more detailed tasks (GitHub issues) and help the developer assimilate the logical mindset required in a structured project, under guidance following the industry’s best practices throughout the entire process.',
108
+
cards={[
109
+
{
110
+
title: '1',
111
+
content:
112
+
'To provide a safe space for juniors to learn how to communicate in a simulated professional environment.',
113
+
},
114
+
{
115
+
title: '2',
116
+
content:
117
+
'To offer more detailed tasks (GitHub issues) and help the developer assimilate the logical mindset required in a structured project, under guidance following the industry’s best practices throughout the entire process.',
0 commit comments