 {/* <Text style={styles.infoText}>Please share your details{"\n"}We will get back to you for an account setup</Text> */}
        {/* <TouchableOpacity
          style={styles.buttonWrapper}
          activeOpacity={0.85}
          accessibilityRole="button"
          accessibilityLabel="Account Setup"
          accessibilityHint="Request an account setup"
          onPress={() => handleLink('mailto:contact@heavyvehicleinspection.com')}
        >
          <LinearGradient colors={['#3481BC', '#025383']} style={styles.gradientButton}>
            <Text style={styles.buttonText}>ACCOUNT SETUP</Text>
          </LinearGradient>
        </TouchableOpacity> */}
        {/* <View style={styles.chatRow}>
          <Text style={styles.supportText}>Any query and support...? </Text>
          <TouchableOpacity
            onPress={() => handleLink('mailto:contact@heavyvehicleinspection.com')}
            accessibilityRole="button"
            accessibilityLabel="Start Chat"
            accessibilityHint="Start a chat for support"
          >
            <View style={styles.chatButton}>
              <MaterialIcons name="chat" size={18} color="#3481BC" />
              <Text style={styles.chatText}>Start Chat</Text>
            </View>
          </TouchableOpacity>
        </View> */}