fixing messaging to clarify vision
This commit is contained in:
@@ -78,9 +78,9 @@ struct AddBasicInfoView: View {
|
|||||||
}.padding(.top, 20)
|
}.padding(.top, 20)
|
||||||
}
|
}
|
||||||
|
|
||||||
// input first and last name
|
// input nickname
|
||||||
VStack {
|
VStack {
|
||||||
TextField("Username", text: self.$username)
|
TextField("Nickname", text: self.$username)
|
||||||
.padding()
|
.padding()
|
||||||
.background(.ultraThinMaterial)
|
.background(.ultraThinMaterial)
|
||||||
.clipShape(Capsule())
|
.clipShape(Capsule())
|
||||||
@@ -89,9 +89,9 @@ struct AddBasicInfoView: View {
|
|||||||
.font(.subheadline)
|
.font(.subheadline)
|
||||||
.multilineTextAlignment(.center)
|
.multilineTextAlignment(.center)
|
||||||
|
|
||||||
Text("First name works just fine for now.")
|
Text("What does your mom or friends call you?")
|
||||||
.font(.footnote)
|
.font(.footnote)
|
||||||
.foregroundColor(Color.black.opacity(0.4))
|
.foregroundColor(Color.black.opacity(0.7))
|
||||||
|
|
||||||
}
|
}
|
||||||
.padding()
|
.padding()
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ struct OnboardingTrioView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
VStack {
|
VStack {
|
||||||
TabView {
|
TabView {
|
||||||
OnboardingTemplateView(imgName: "undraw_through_the_park_lxnl", mainLeadingActText: "Stay present, stay ", mainHighlightedActText: "authentic.", mainTrailingActText: "", subActText: "No more consuming endless feeds and media, fomo, and anxiety.")
|
OnboardingTemplateView(imgName: "undraw_through_the_park_lxnl", mainLeadingActText: "Be", mainHighlightedActText: "yourself", mainTrailingActText: "again.", subActText: "No more consuming endless feeds, media, fomo, anxiety...focus on you and be more present.")
|
||||||
|
|
||||||
OnboardingTemplateView(imgName: "undraw_connection_b-38-q", mainLeadingActText: "Be picky about your ", mainHighlightedActText: "inner circle.", mainTrailingActText: "", subActText: "You are who you hang out with. We limit your \"circle\" to 12 people.")
|
OnboardingTemplateView(imgName: "undraw_connection_b-38-q", mainLeadingActText: "Be picky about your ", mainHighlightedActText: "inner circle.", mainTrailingActText: "", subActText: "You are who you hang out with. We kept things minimal because less is more...and we care.")
|
||||||
|
|
||||||
OnboardingTemplateView(imgName: "undraw_voice_assistant_nrv7", mainLeadingActText: "A seamless way of communicating ", mainHighlightedActText: "voice.", mainTrailingActText: "", subActText: "Less screen time, no more endless text chats with meaningless junk. Start mindfully listening.", bottomActArea: AnyView(
|
OnboardingTemplateView(imgName: "undraw_voice_assistant_nrv7", mainLeadingActText: "Buttery smooth convos with your ", mainHighlightedActText: "authentic voice.", mainTrailingActText: "", subActText: "Less screen time, no more meaningless texts. Start mindfully conversing without all of the noise.", bottomActArea: AnyView(
|
||||||
VStack {
|
VStack {
|
||||||
Button {
|
Button {
|
||||||
self.navigationStack.push(AddBasicInfoView())
|
self.navigationStack.push(AddBasicInfoView())
|
||||||
|
|||||||
Reference in New Issue
Block a user