瀏覽代碼

Typos + first info screen updates

Daniel 1 年之前
父節點
當前提交
31efbcbc62
共有 2 個文件被更改,包括 19 次插入18 次删除
  1. 16 15
      src/screens/InfoScreens/InfoScreen/index.tsx
  2. 3 3
      src/screens/InfoScreens/PlanInfoScreen/index.tsx

+ 16 - 15
src/screens/InfoScreens/InfoScreen/index.tsx

@@ -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}>

+ 3 - 3
src/screens/InfoScreens/PlanInfoScreen/index.tsx

@@ -45,7 +45,7 @@ export const PlanInfoScreen: FC<Props> = ({ navigation }) => {
             </View>
             <Text style={styles.title}>Countries</Text>
           </View>
-          <Text style={styles.text}>Mark the countries you've been to as visited. You can also idicate how long you stayed in each country. This will influence you UN score and your SLOW score.</Text>
+          <Text style={styles.text}>Mark the countries you've been to as visited. You can also indicate how long you stayed in each country. This will influence you UN score and your SLOW score.</Text>
 
           <View style={styles.row}>
             <View style={styles.iconContainer}>
@@ -61,7 +61,7 @@ export const PlanInfoScreen: FC<Props> = ({ navigation }) => {
             </View>
             <Text style={styles.title}>DARE</Text>
           </View>
-          <Text style={styles.text}>Distinctive Alternative Remote Extremes is a novel list that can bring some new interest in the travel community and encourage travelers to go further. This will influence your DARE score.</Text>
+          <Text style={styles.text}>Distinctive Alternative Remote Extremes is a novel list that can bring some new interest in the travel community and encourage travellers to go further. This will influence your DARE score.</Text>
 
           <View style={styles.row}>
             <View style={styles.iconContainer}>
@@ -85,7 +85,7 @@ export const PlanInfoScreen: FC<Props> = ({ navigation }) => {
             </View>
             <Text style={styles.title}>Trips</Text>
           </View>
-          <Text style={styles.text}>Create your detailed travel log. Add info about your every trip, with each trip having a start and end date, list of visited regions and your comment.</Text>
+          <Text style={styles.text}>Create your detailed travel log. Add info about your trips, with each trip having a start and end date, list of visited regions and your comment.</Text>
 
           <View style={styles.row}>
             <View style={styles.iconContainer}>