|
@@ -14,7 +14,7 @@ type Props = {
|
|
|
export const InfoScreen: FC<Props> = ({ navigation }) => {
|
|
|
return (
|
|
|
<PageWrapper>
|
|
|
- <Header label={'What is NomadMania...'} shouldClose={true} />
|
|
|
+ <Header label={''} shouldClose={true} />
|
|
|
<ImageBackground
|
|
|
style={styles.background}
|
|
|
source={require('../../../../assets/images/nm-background.png')}
|
|
@@ -26,19 +26,18 @@ export const InfoScreen: FC<Props> = ({ navigation }) => {
|
|
|
>
|
|
|
<Text style={styles.title}>NomadMania</Text>
|
|
|
<Text style={styles.text}>
|
|
|
- The ultimate hub for passionate travellers.
|
|
|
+ The ultimate hub for global explorers.
|
|
|
</Text>
|
|
|
|
|
|
+
|
|
|
<View style={{ gap: 6 }}>
|
|
|
- <Text style={styles.subtitle}>Join our community</Text>
|
|
|
+ <Text style={styles.subtitle}>Discover the World</Text>
|
|
|
<View style={styles.divider} />
|
|
|
- <Text style={styles.text}>
|
|
|
- Check out our ranking and statistics, see where others are traveling.
|
|
|
- </Text>
|
|
|
+ <Text style={styles.text}>Find new travel destinations and points of interest.</Text>
|
|
|
<View style={styles.buttonsAndText}>
|
|
|
<TouchableOpacity
|
|
|
style={styles.button}
|
|
|
- onPress={() => navigation.navigate(NAVIGATION_PAGES.JOIN_INFO)}
|
|
|
+ onPress={() => navigation.navigate(NAVIGATION_PAGES.DISCOVER_INFO)}
|
|
|
>
|
|
|
<Text style={styles.buttonText}>Read more...</Text>
|
|
|
</TouchableOpacity>
|
|
@@ -46,36 +45,38 @@ export const InfoScreen: FC<Props> = ({ navigation }) => {
|
|
|
</View>
|
|
|
|
|
|
<View style={{ gap: 6 }}>
|
|
|
- <Text style={styles.subtitle}>Discover the World</Text>
|
|
|
+ <Text style={styles.subtitle}>Plan & track your travels</Text>
|
|
|
<View style={styles.divider} />
|
|
|
- <Text style={styles.text}>Find new travel destinations and points of interest.</Text>
|
|
|
+ <Text style={styles.text}>
|
|
|
+ Tell us where you've been and we will create your travel map.
|
|
|
+ </Text>
|
|
|
<View style={styles.buttonsAndText}>
|
|
|
<TouchableOpacity
|
|
|
style={styles.button}
|
|
|
- onPress={() => navigation.navigate(NAVIGATION_PAGES.DISCOVER_INFO)}
|
|
|
+ onPress={() => navigation.navigate(NAVIGATION_PAGES.PLAN_INFO)}
|
|
|
>
|
|
|
<Text style={styles.buttonText}>Read more...</Text>
|
|
|
</TouchableOpacity>
|
|
|
</View>
|
|
|
</View>
|
|
|
|
|
|
- <View style={{ gap: 6 }}>
|
|
|
- <Text style={styles.subtitle}>Plan & track your travels</Text>
|
|
|
+ <View style={{ gap: 6}}>
|
|
|
+ <Text style={styles.subtitle}>Connect to other nomads</Text>
|
|
|
<View style={styles.divider} />
|
|
|
<Text style={styles.text}>
|
|
|
- Tell us where you've been and we will create your travel map.
|
|
|
+ Check out our ranking and statistics, see where others are traveling.
|
|
|
</Text>
|
|
|
<View style={styles.buttonsAndText}>
|
|
|
<TouchableOpacity
|
|
|
style={styles.button}
|
|
|
- onPress={() => navigation.navigate(NAVIGATION_PAGES.PLAN_INFO)}
|
|
|
+ onPress={() => navigation.navigate(NAVIGATION_PAGES.JOIN_INFO)}
|
|
|
>
|
|
|
<Text style={styles.buttonText}>Read more...</Text>
|
|
|
</TouchableOpacity>
|
|
|
</View>
|
|
|
</View>
|
|
|
|
|
|
- <View style={{ gap: 6 }}>
|
|
|
+ <View style={{ gap: 6, borderTopColor: "#000000", borderTopWidth: 1, paddingTop: 5 }}>
|
|
|
<Text style={styles.subtitle}>First steps</Text>
|
|
|
<View style={styles.divider} />
|
|
|
<Text style={styles.text}>
|