Skip to content

Commit

Permalink
Update intro copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV authored Dec 15, 2024
1 parent d433ab8 commit 33cbd54
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ fun IntroContent(
animationFile = "intro_lottie_anim.json",
repeat = true
)
Headline(text = "Hello!")
Headline(text = "Become a better software engineer")
Spacer(modifier = Modifier.height(12.dp))
Title(text = "Learn programming by thinking.")
Title(
text = "Learn data structures, algorithms, architecture and software design by thinking."
)
Spacer(modifier = Modifier.height(24.dp))
GoogleSignInButton(
onClick = {
Expand Down Expand Up @@ -120,4 +122,4 @@ private fun GoogleSignInButton(
textAlign = TextAlign.Center,
)
}
}
}

0 comments on commit 33cbd54

Please sign in to comment.